This information is for Chronosphere Telemetry Pipeline, which is a standalone product separate from Chronosphere Observability Platform.
To determine which values to combine, this rule checks the timestamp of each record,
then combines values from records that occur within the same nanosecond. This timestamp
is a piece of metadata that Chronosphere Telemetry Pipeline assigns to all records that
pass through a pipeline, and is unrelated to any keys within the record itself.
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 join records processing rule lets you restructure your telemetry data by turning multiple standalone events into a combined array. For example, given these sample logs:log returns the following result:
log key from multiple standalone records into a series
of unified log arrays. Because the first three events occurred within the same
nanosecond, their log values were combined within one array, and because the
fourth and fifth events occurred one nanosecond later, their log values were
combined within another array.

