Skip to main content
This information is for Chronosphere Telemetry Pipeline, which is a standalone product separate from Chronosphere Observability Platform.
The split record processing rule splits an array of JSON objects into a series of standalone records.

Configuration parameters

Use the parameters in this section to configure the . The Telemetry Pipeline web interface uses the items in the Name column to describe these parameters. Pipeline configuration files use the items in the Key column as YAML keys.

Example

Using the split record processing rule lets you restructure your telemetry data by turning a combined array of events into multiple standalone events. For example, given these sample logs:
A processing rule with the Source key value events and the Destination key value log returns the following result:
This rule assigned each object in the original events array to a series of keys named log. For a processing rule with the opposite effect, see join records.