Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CM] Event Stream: Benchmarking #170745

Closed
vadimkibana opened this issue Nov 7, 2023 · 1 comment
Closed

[CM] Event Stream: Benchmarking #170745

vadimkibana opened this issue Nov 7, 2023 · 1 comment
Labels
Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)

Comments

@vadimkibana
Copy link
Contributor

vadimkibana commented Nov 7, 2023

We should make sure that the Event Stream does not negatively impact Kibana performance. The main concern are the read events, as other CRUD events have much smaller volume.

  • We could either performa benchmarking for our read event ingestion.
  • Or, remove the problem altogether:
    • Do not track read events, at least, in the initial release.
    • Higher buffer for those high-frequence events. For example, buffer all read events for a minute, and send a _bulk write request only once a minute.
@vadimkibana vadimkibana changed the title Benchmarking [CM] Event Stream: Benchmarking Nov 7, 2023
@botelastic botelastic bot added the needs-team Issues missing a team label label Nov 7, 2023
@vadimkibana vadimkibana added Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience) and removed needs-team Issues missing a team label labels Nov 7, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/appex-sharedux (Team:SharedUX)

@petrklapka petrklapka closed this as not planned Won't fix, can't repro, duplicate, stale Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)
Projects
None yet
Development

No branches or pull requests

3 participants