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.

Configuration parameters

The Mock Data source plugin provides these configuration parameters. Items in the Name column display in the Telemetry Pipeline web interface. 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
SamplessamplesSet a number of times to generate events.0
Base Timestamp in secondsstart_time_secSet a dummy base timestamp, in seconds.-1
Base Timestamp in nano secondsstart_time_nsecSet a dummy base timestamp, in nanoseconds-1
Enable Fixed Timestampfixed_timestampUse a fixed timestamp, which allows the message to pre-generate once. Accepted values: true, falsefalse