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

[Enhancement] Kibana centralized push notification framework to replace a polling mechanism for Kibana background jobs. #206352

Open
YulNaumenko opened this issue Jan 10, 2025 · 0 comments
Labels
enhancement New value added to drive a business result needs-team Issues missing a team label

Comments

@YulNaumenko
Copy link
Contributor

Describe the problem to solve:
Set of the Kibana UIs, which are using background tasks for a long running jobs, are using polling mechanism (in some cases also an additional status storage) to identify if the job was completed and with what status to notify the user: Security Attack Discovery, SIEM Migrations, ML jobs, Reporting.
Example of the Reporting architecture, created by @tsullivan:

Image

Describe the feature:
The feature request is about the centralized Kibana push notification framework, which will use WebAPI Push API or the other modern capabilities to push notifications to the client. This could simplify the complexity and effort needed to support user notifications with the polling mechanism.

@YulNaumenko YulNaumenko added the enhancement New value added to drive a business result label Jan 10, 2025
@botelastic botelastic bot added the needs-team Issues missing a team label label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result needs-team Issues missing a team label
Projects
None yet
Development

No branches or pull requests

1 participant