Skip to main content
This information is for Chronosphere Telemetry Pipeline, which is a standalone product separate from Chronosphere Observability Platform.
The block records processing rule removes any records that contain a key whose value matches a specified regular expression, and then preserves all other records.

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 records rule lets you pare down telemetry data by eliminating records with data you don’t want to keep. For example, given this sample log data:
A processing rule with the Key value action and the Regex value purchase returns the following result:
This rule removed the records associated with user purchases and preserved the records associated with other actions, such as pageviews or clicks. For a processing rule with the opposite effect, see allow records.