Processors Overview

Edge Delta processors are modular components that operate on streaming telemetry—logs, metrics, traces, and events—as it flows through your observability pipeline. Each processor performs a focused function such as parsing, filtering, enrichment, metric extraction, or transformation. By combining processors, you can create efficient, cost-aware pipelines tailored to your team’s monitoring, compliance, and performance goals.

Parse Processors

Parse CSV
Parse CSV
The Edge Delta parse CSV processor parses CSV data fields into structured data.
Parse Grok
Parse Grok
The Edge Delta parse grok processor parses a field into structured data based on a grok pattern.
Parse JSON
Parse JSON
The Edge Delta parse JSON processor parses a JSON field into structured data.
Parse Key Value
Parse Key Value
The Edge Delta parse key value processor parses a key value field into structured data.
Parse Regex
Parse Regex
The Edge Delta parse regex processor parses a field into structured data based on a regex pattern.
Parse Severity
Parse Severity
The Edge Delta parse severity processor parses the severity level from another field.
Parse Timestamp
Parse Timestamp
The Edge Delta parse timestamp processor parses the timestamps from another field.
Parse XML
Parse XML
The Edge Delta parse XML processor parses a XML field into structured data.

Transform Processors

Add Field
Add Field
The Edge Delta add field processor inserts a field and value.
Aggregate Metric
Aggregate Metric
The Edge Delta aggregate metric processor creates metrics from metrics.
Copy Field
Copy Field
The Edge Delta copy field processor copies a field.
Delete Empty Field
Delete Empty Field
The Edge Delta delete empty field processor removes fields with no value.
Delete Field
Delete Field
The Edge Delta delete field processor deletes fields.
Extract Metric
Extract Metric
The Edge Delta extract metric processor generates metrics from other data items.
Log to Pattern Metric
Log to Pattern Metric
Cluster log patterns and emit pattern-based metrics for anomaly detection and downstream …
Lookup
Lookup
The Edge Delta lookup processor enriches a data item dynamically against a lookup table.
Mask
Mask
The Edge Delta mask processor redacts sensitive data.
Rollup Metric
Rollup Metric
The Edge Delta rollup metric processor aggregates metrics without grouping dimensions, creating …
Unroll JSON
Unroll JSON
The Edge Delta Unroll JSON processor unrolls events from a single JSON object.
Deotel
Deotel
The Edge Delta Deotel processor converts OpenTelemetry formatted data back to simplified formats for …

Filter Processors

Deduplicate Logs
Deduplicate Logs
The Edge Delta deduplicate logs processor removes duplicate logs.
Filter
Filter
The Edge Delta filter processor filters certain data items from the pipeline.
Sample
Sample
The Edge Delta sample processor takes a representative sample of incoming data items.
Tail Sample
Tail Sample
The Tail Sample Processor samples incoming traces and spans based on predefined sampling policies.

Utility Processors

Comment
Comment
The Edge Delta comment processor is used to add comments to pipelines.
Conditional Group
Conditional Group
The Edge Delta conditional group processor groups processors under a condition.
Custom
Custom
The Edge Delta custom processor performs any OTTL function.
Route
Route
The Edge Delta route processor enables conditional routing of log data through user-defined paths.

Legacy Processors

Aggregate Metric
Aggregate Metric
Batch and aggregate metrics using the Edge Delta Aggregate Metric Node.
Base64 Decode
Base64 Decode
Decode logs using Base64.
Datadog Mapper
Datadog Mapper
Create a payload for the Datadog event endpoint.
Dedup Node
Dedup Node
Deduplicate logs in a pipeline.
Enrichment
Enrichment
Apply one enrichment to all logs in a stream.
Extract JSON Field
Extract JSON Field
Extract JSON from the body field.
Extract Metric
Extract Metric
Extract metrics from various data types using the Edge Delta Extract Metric Node.
Generic Transform
Generic Transform
Transform logs using a generic transformation on any non-body field.
Grok Parsing
Grok Parsing
Parse logs as attributes using a Grok parser.
GZIP Decompress
GZIP Decompress
Decompress GZIP logs.
JSON Unescape
JSON Unescape
Extract escaped content and convert it to an unescaped format.
JSON Unroll Node
JSON Unroll Node
Unroll structured JSON content.
Log Level Detector
Log Level Detector
Determine and assign the log level.
Log to Metric
Log to Metric
Extract metrics from logs using the Edge Delta Log to Metric Node.
Log to Pattern
Log to Pattern
Identify log patterns using a clustering algorithm.
Log Transform
Log Transform
Transform logs using upsert and delete operations.
Lookup
Lookup
Enrich logs based on fields in a lookup table.
Mask
Mask
Mask values in logs using the Edge Delta Mask Node.
OpenTSDB Parser
OpenTSDB Parser
Parse OpenTSDB into metrics.
OTTL Transform
OTTL Transform
Transform any data type using OTTL statements.
Output Transform
Output Transform
Transform and output logs.
Parse JSON
Parse JSON
Parse JSON logs as attributes.
Ratio
Ratio
Report on pattern ratios.
Regex Filter
Regex Filter
Configure the Edge Delta Regex Filter Node.
Resource Transform
Resource Transform
Transform resource fields.
Route
Route
Pass logs to a specific path.
Sample
Sample
Filter incoming items using probabilistic sampling based on specified criteria.
Split With Delimiter
Split With Delimiter
Split logs according to a given delimiter.
Splunk Mapper
Splunk Mapper
Create a payload for the Splunk event endpoint.
Suppress
Suppress
Suppress recurring log entries based on specified key field paths and interval.
Threshold
Threshold
Define thresholds for trigger nodes.
Top-k
Top-k
Return a list of ranked pattern matches.