Simulate and Test Pipeline Data Streams
You can use Simulation mode to test the data stream through your Processors to your destinations with sample data before streaming live operational data.
You can only use Simulation mode with deployed Pipelines.
- Select a Pipeline to simulate.
- In Edit mode, click Simulate for the Source you want to test. The topic View and Sample Pipeline Data provides more information on how to use Pipeline Taps to view data, and to collect samples.
- Choose a data sample to use, and click Run simulation.
- Click X Close to end the simulation.
- Select any Source, Processor, or Destination to view egressing or ingressing data for that node.
You can repeat these steps as necessary until you are satisfied with the data processing and routing for you Pipeline.
Using Downloaded and Custom Sample Data
You can use saved data from other Pipeline Sources, or custom data, in your simulation.
Click the Simulate button for the pipeline on any source
Click the Create New Sample
Either paste your data or upload a formatted file
- Paste JSON objects or arrays with all of your events
- Paste NDJSON with all of your events
- Paste text with each line as a separate event
- Upload a file with the events separated by line
Click Add sample data if you pasted the input
Verify the resulting sample set in the preview
Name the sample if you wish or leave the default naming
Repeat as needed to add more sample sets. The limit on sample size is 1000 events or 4 MB, whichever is reached first.