Legacy Processors

Legacy Edge Delta data pipeline processors are deprecated in favor of sequence type processors.

These processor nodes are deprecated in favour of sequence type processors.


Edge Delta Aggregate Metric Node

Batch and aggregate metrics using the deprecated Edge Delta Aggregate Metric Node, with rules for sum and count aggregations.

Edge Delta Base64 Decode

The Base64 Decode Node decodes encoded log contents using Base64, but is deprecated in favor of the Custom Processor with a decode OTTL function.

Edge Delta Datadog Mapper

The Datadog Mapper node creates a payload for the Datadog event endpoint, allowing customization of fields like message and service.

Edge Delta Deduplicate Node

The Edge Delta Deduplicate Node is used to deduplicate identical logs within a specified interval, reducing data volume by rolling up duplicates.

Edge Delta Enrichment Node

The Edge Delta Enrichment Node modifies log data by applying a calculated value to all logs in a stream, with options to add attributes or metadata.

Edge Delta Extract JSON Field Node

The Extract JSON Field Node extracts values from JSON log content to simplify log analysis, but is deprecated in favor of the Parse JSON Processor.

Edge Delta Extract Metric Node

The Edge Delta Extract Metric Node processes data to generate metrics based on specified rules, using OTTL for conditions.

Edge Delta Generic Transform Node

The Edge Delta Generic Transform Node allows for transformations on non-body fields, supporting upsert and delete operations, and is deprecated in favor of Transform Processors.

Edge Delta Grok Parsing Node

The Grok Parsing Node is deprecated in favor of the Parse Grok Processor, used for structuring log data with regex patterns.

Edge Delta GZIP Decompress Node

The GZIP Decompress Node is deprecated in favor of the Custom Processor with the EDXDecompress OTTL extension.

Edge Delta JSON Unescape Processor

The JSON Unescape Processor converts escaped JSON content into an unescaped format for further analysis or processing.

Edge Delta JSON Unroll Node

The JSON Unroll Node transforms structured JSON logs by unrolling nested JSON arrays into separate logs, but is deprecated in favor of the Unroll JSON Processor.

Edge Delta Log Level Detector Node

The Edge Delta Log Level Detector Node identifies log levels in log bodies and assigns a severity_text attribute, but is deprecated in favor of the Parse Severity Processor.

Edge Delta Log to Metric Node

Extract metrics from logs using the deprecated Edge Delta Log to Metric Node, replaced by the Extract Metric Processor.

Edge Delta Log to Pattern Node

The Edge Delta Log to Pattern Node identifies log patterns using a clustering algorithm, grouping logs based on similarities.

Edge Delta Log Transform Node

The Edge Delta Log Transform Node modifies log data using upsert and delete operations, applying context-specific transformations within the pipeline.

Edge Delta Lookup Node

The Edge Delta Lookup Node enriches logs using a lookup table but is deprecated in favor of the Lookup Processor.

Edge Delta Mask Node

The Edge Delta Mask Node obfuscates sensitive data in logs using regex patterns, but is deprecated in favor of the Mask Processor.

Edge Delta OpenTSDB Parser

The OpenTSDB Parser node is used to parse logs in OpenTSDB format into metric items, but it is deprecated in favor of newer processors.

Edge Delta OTTL Transform Node

The OTTL Transform Node allows data transformation using OTTL statements, but is deprecated in favor of the Custom Processor.

Edge Delta Output Transform Node

The Edge Delta Output Transform Node is used to transform and output logs, supporting operations like upsert and delete.

Edge Delta Parse JSON Node

This page describes the deprecated Edge Delta Parse JSON Node for parsing JSON logs into attributes.

Edge Delta Ratio Node

The Edge Delta Ratio Node identifies patterns and generates metrics to report on their ratios, such as success to failure ratios.

Edge Delta Regex Filter

Configure the Edge Delta Regex Filter Node to filter logs using regex patterns, with options for negation and specific field targeting.

Edge Delta Resource Transform Node

The Edge Delta Resource Transform Node modifies or adds resource fields to log items using CEL and Go templates, but is deprecated in favor of Transform Processors.

Edge Delta Route Node

The Edge Delta Route Node directs logs to specific paths based on conditions, allowing segmentation of telemetry data.

Edge Delta Sample Processor

The Edge Delta Sample Processor node filters logs and traces using probabilistic sampling based on specified criteria.

Edge Delta Split With Delimiter Node

The Edge Delta Split With Delimiter Node splits logs into individual events using a specified delimiter.

Edge Delta Splunk Mapper

The Splunk Mapper node creates a payload for the Splunk event endpoint, mapping fields from incoming data to the Splunk payload format.

Edge Delta Suppress Processor

The Edge Delta Suppress Processor node manages redundant log data by suppressing recurring entries based on key field paths and interval.

Edge Delta Threshold Node

The Threshold node evaluates metrics and sends a signal to a trigger destination if conditions are met.

Edge Delta Top-k Node

The Edge Delta Top-k Node ranks pattern matches by frequency, using Golang regex patterns to efficiently create a leader board of top entries.