TELEMETRY PIPELINE
Mock Data

Mock Data source plugin

The Mock Data source plugin lets you input user-generated data into Chronosphere Telemetry Pipeline.

To use the Mock Data source plugin, you must create your own dataset and feed that data to the plugin. If you'd prefer to have Telemetry Pipeline generate simulated log data on your behalf, use the Datagen plug instead.

Supported telemetry types

This plugin supports these telemetry types:

LogsMetricsTraces

Configuration parameters

Use the parameters in this section to configure your plugin. The Telemetry Pipeline web interface uses the values in the Name column to describe the parameters. Items in the Key column are the YAML keys to use in pipeline configuration files.

Required

NameKeyDescriptionDefault
Mock DatadummyRequired. Your mock data, in JSON format.none

Advanced

NameKeyDescriptionDefault
RaterateThe amount of events per second to mock.1
SamplessamplesHow many times to generate events.0
Base Timestamp in secondsstart_time_secA dummy base timestamp, in seconds.-1
Base Timestamp in nano secondsstart_time_nsecA dummy base timestamp, in nanoseconds-1
Enable Fixed Timestampfixed_timestampIf true, use a fixed timestamp, which allows the message to pre-generate once. Accepted values: true, falsefalse