Edge Delta Transformation Nodes
Transformation nodes in v3 configurations.
less than a minute
The Processor Nodes section outlines the various mechanisms for processing and transforming data within Edge Delta. These processor nodes play a critical role in refining and manipulating the data as it flows through the observability pipeline. Conceptually, processor nodes serve as the intermediate stages where data undergoes transformations—such as decoding, deduplication, parsing, and enrichment—to prepare it for analysis and visualization. Each processor node, specialized to perform specific operations like JSON extraction, pattern identification, or GZIP decompression, enhances the capability of the pipeline to handle different data types and processing requirements. This array of processing tools ensures that Edge Delta can adapt to complex data workflows, maintaining the integrity and utility of data as it transitions through the system.
Transformation nodes in v3 configurations.
Decode logs using Base64.
Create a payload for the Datadog event endpoint.
Deduplicate logs in a pipeline.
Extract JSON from the body field.
Parse logs as attributes using a Grok parser.
Decompress GZIP logs.
Extract escaped content and convert it to an unescaped format.
Unroll structured JSON content.
Determine and assign the log level.
Extract metrics from logs using the Edge Delta Log to Metric Node.
Identify log patterns using a clustering algorithm.
Enrich logs based on fields in a lookup table.
Parse OpenTSDB into metrics.
Parse JSON logs as attributes.
Report on pattern ratios.
Configure the Edge Delta Regex Filter Node.
Pass logs to a specific path.
Split logs according to a given delimiter.
Create a payload for the Splunk event endpoint.
Define thresholds for trigger nodes.
Return a list of ranked pattern matches.