Skip to main content
This information is for Chronosphere Telemetry Pipeline, which is a standalone product separate from Chronosphere Observability Platform.
The allow records processing rule preserves any records that contain a key whose value matches a specified regular expression, and then removes 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 allow records rule lets you pare down telemetry data by retaining only the records with key/value pairs that you explicitly choose 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 retained the records associated with user purchases and removed the records associated with other actions, such as pageviews or clicks. For a processing rule with the opposite effect, see block records.