Skip to main content
This information is for Chronosphere Telemetry Pipeline, which is a standalone product separate from Chronosphere Observability Platform.
The rename keys processing rule changes the name of a specified 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 rename keys rule lets you update the keys that store your telemetry data and retain the values of those keys. For example, given the following sample website log data:
A processing rule with the Source key value user_id and the Destination key value account returns the following result:
This rule changed the name of each user_id key to account, but kept the original value associated with those keys.