[Enhancement] Kibana centralized push notification framework to replace a polling mechanism for Kibana background jobs. #206352
Labels
enhancement
New value added to drive a business result
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
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:
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.
The text was updated successfully, but these errors were encountered: