Skip to main content
This information is for Chronosphere Telemetry Pipeline, which is a standalone product separate from Chronosphere Observability Platform.
The copy keys processing rule copies the value of a specified source key to the value of a specified destination key. This destination can either be a new or existing key.

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 block keys rule lets you copy the same value across multiple keys or create a new key with the same value as an existing key. For example, given the following sample website log data:
A processing rule with the Source key value page_id and the Destination key value product_id returns the following result:
This rule copied the value of each log’s page_id key to the value of a new key called product_id.