Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Implement the load generator core functionality #27

Closed
5 of 6 tasks
belimawr opened this issue Jul 25, 2022 · 0 comments · Fixed by #41
Closed
5 of 6 tasks

Implement the load generator core functionality #27

belimawr opened this issue Jul 25, 2022 · 0 comments · Fixed by #41
Assignees
Labels
Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team v8.5.0

Comments

@belimawr
Copy link
Contributor

belimawr commented Jul 25, 2022

The goal is to implement the core functionality of a load generator to test the shipper and be the firs implemented input.

Design

Acceptance criteria

  • Configurable throughput
  • Set the number of events or a constant rate/throughput
  • Timestamp increments can be configured independently from throughput (e.g: 100 events with a timestamp delay of 1s between each other can be generated/sent as fast as possible)
  • Random data generated, the first implementation can have a single format
  • Unique ID on every message (can be something log friendly like xid)

Nice to have:

  • Configurable data format, ideally based on Elastic-Agent integrations
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team v8.5.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant