Skip to main content
This information is for Chronosphere Telemetry Pipeline, which is a standalone product separate from Chronosphere Observability Platform.
The delete keys processing rule deletes a specified key and its associated value from every record that passes through your pipeline.

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 pare down telemetry data by eliminating key/value pairs you don’t want to keep. For example, given the following sample website log data:
A processing rule with the Key value user_id returns the following result:
This rule removed the user_id key and its associated values from each log entry.