This information is for Chronosphere Telemetry Pipeline, which is a standalone product separate from Chronosphere Observability Platform.
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.Examples
Using the search/replace value rule lets you modify and overwrite your telemetry data.Basic substitution
For example, given these sample logs:action, the Regex value purchase,
and the Replacement value checkout returns the following result:
purchase within the value of the action key,
then replaced any matching strings with the value checkout.
Capture groups
You can also use capture groups for more complex replacements. For example, given these sample logs:event, the Regex value
Sign-on detected from user '(.*)' to server (.*)., and the Replacement value
login: %1 at %2 returns the following result:
event key, then replaced the value of event with a shorter message that
still retained the names contained in the original message.
