Parse Processors

Parse processors transform unstructured data into structured fields early in the pipeline, enabling more efficient routing, enrichment, and analysis.

Parse processors transform unstructured fields into structured data, enabling downstream processors and destinations to act on meaningful context. These processors support a variety of common formats—like JSON, CSV, XML, and key-value pairs—as well as pattern-based parsing using regex, grok, or severity rules. They help ensure your telemetry data is normalized early in the pipeline, so you can reduce processing overhead and improve data quality without relying on external tooling.


Edge Delta Parse CSV Processor

The Edge Delta parse CSV processor parses CSV data fields into structured data.

Edge Delta Parse Grok Processor

The Edge Delta parse grok processor parses a field into structured data based on a grok pattern.

Edge Delta Parse JSON Processor

The Edge Delta parse JSON processor parses a JSON field into structured data.

Edge Delta Parse Key Value Processor

The Edge Delta parse key value processor parses a key value field into structured data.

Edge Delta Parse Regex Processor

The Edge Delta parse regex processor parses a field into structured data based on a regex pattern.

Edge Delta Parse Severity Processor

The Edge Delta parse severity processor parses the severity level from another field.

Edge Delta Parse Timestamp Processor

The Edge Delta parse timestamp processor parses the timestamps from another field.

Edge Delta Parse XML Processor

The Edge Delta parse XML processor parses a XML field into structured data.