Telemetry Pipeline saves a history of each pipeline’s configuration settings and statuses over time.Documentation Index
Fetch the complete documentation index at: https://docs.chronosphere.io/llms.txt
Use this file to discover all available pages before exploring further.
View configuration history
To view the configuration history for a specific pipeline, use the following command:PIPELINE_ID with the pipeline ID
of your pipeline.
This command returns a list of configuration IDs that correspond to different
snapshots from that pipeline’s configuration history. Its output
will be similar to the following:
Limit results
Use the--last flag to display only a subset of configuration snapshots. For example, to
return a list of the last five snapshots, run:
View specific changes
Use the-o yaml flag to view the specific changes over time to that
pipeline’s configuration file:
Roll back pipeline configuration history
To roll back a pipeline to a previous configuration, use the following command:PIPELINE_ID: The pipeline ID of your pipeline.CONFIG_ID: The configuration ID you want to roll your pipeline back to.
Roll back a specific number of steps
In addition to using the history ID of a previous configuration, you can also specify the number of steps you want to roll back through the configuration history of a pipeline. To do so, use the following command:PIPELINE_ID: The pipeline ID of your pipeline.COUNT: The number of steps to roll back through the pipeline’s configuration history. This must be an integer value.
View status history
To view the status history for a specific pipeline, use one of these methods:- Web interface
- Pipeline CLI
- Sign in to Telemetry Pipeline.
- Open the project that contains the pipeline whose status you want to view.
- Go to Core Instances, then click the name of the Core Instance associated with the pipeline whose status you want to view.
- Under Data Pipelines, find the pipeline whose status you want to view, and then click Settings > Status History.

