Skip to main content
The Mock Data source plugin (name: dummy) lets you input user-generated data into a telemetry pipeline. Although this is a self-contained plugin that doesn’t communicate with external sources, it’s still classified as a pull-based source plugin.
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 Chronosphere Telemetry Pipeline generate simulated log data on your behalf, use the Datagen plugin instead.
This plugin doesn’t support duplicates of itself within the same pipeline.

Supported telemetry types

The for Chronosphere Telemetry Pipeline supports these telemetry types:
LogsMetricsTraces

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.

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 lets the message pre-generate once. Accepted values: true, falsefalse
Memory Buffer Limitmem_buf_limitFor pipelines with the Deployment or DaemonSet workload type only. Sets a limit for how much buffered data the plugin can write to memory, which affects backpressure. This value must follow Fluent Bit’s rules for unit sizes. If unspecified, no limit is enforced.none