Parse Processors

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

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, allowing conditional transformations based on attribute mapping.

Edge Delta Parse Grok Processor

The Edge Delta parse grok processor extracts structured data from logs using Grok patterns, merging fields into attributes with an upsert strategy.

Edge Delta Parse JSON Processor

The Edge Delta parse JSON processor parses a JSON field into structured data, merging or replacing attributes based on conditions.

Edge Delta Parse Key Value Processor

The Edge Delta Parse Key Value Processor parses key value pairs into structured data, supporting conditional transformations.

Edge Delta Parse Regex Processor

The Edge Delta parse regex processor parses a field into structured data using a regex pattern, supporting conditional transformations.

Edge Delta Parse Severity Processor

The Edge Delta parse severity processor maps field values to severity levels, setting the severity_text field in telemetry data.

Edge Delta Parse Timestamp Processor

The Edge Delta Parse Timestamp Processor parses timestamps from another field, allowing format specification and timestamp overwriting.

Edge Delta Parse XML Processor

The Edge Delta Parse XML Processor parses XML strings into structured data, maintaining the full structure of the XML document.