Skip to main content
This information is for Chronosphere Telemetry Pipeline, which is a standalone product separate from Chronosphere Observability Platform.
The add/set key/value processing rule adds the same key/value pair to every record that passes through your pipeline. If a record contains a matching key, this rule overwrites that key’s associated value with the value you specify.

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 add/set key/value rule lets you add identifying information to events, such as including the source from which they originate or their associated user action. For example, given this sample log data:
A rule with the Key value source and the Value value acme-wholesale returns the following result:
A source key is now included for each record, with the value acme-wholesale. Records that already had a key named source had their values replaced with the new value.