Deliver synthetic data to a real backend
Deliver generated events to the backend you actually use — OpenSearch, Kafka, ClickHouse, HTTP, syslog collectors — with the right format per destination.
Generating events is one stage; delivering them to a real backend is the next. Eventum fans out the same stream to one or more destinations in parallel, formatting per destination. This track shows how to deliver synthetic data to the systems you run.
Generating logs for OpenSearch
Index a realistic log stream into OpenSearch with the bulk API.
Generate test data for Kafka
Produce a continuous, realistic event stream to a Kafka topic.
Generate test data for ClickHouse
Insert a continuous, time-aware event stream into ClickHouse over its HTTP interface.
Send test data to an API endpoint
Send a continuous, realistic event stream to any HTTP endpoint, webhook receiver, or ingest API.
Send syslog to a collector
Ship a generated syslog stream to a collector or SIEM over UDP or TCP.
Output formatters
Shape the same event stream per destination — one line per event, a single array, or a custom envelope.
Replay logs with fresh timestamps
How to replay logs with fresh timestamps in Eventum — take a captured log file and play it back with current timestamps instead of generating events from scratch.
Generate logs for OpenSearch
Generate a realistic log stream and index it into OpenSearch over the bulk API, authenticated with encrypted secrets — no real traffic or production data required.