-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Admins search requests management UI in Kibana #44193
Comments
Pinging @elastic/es-ui |
Related to the Tasks UI issue (#42621). |
I believe this screen is related to this issue: Current Prototype: https://www.figma.com/proto/FD2M7MUpLScJKOyYjfbmev/Kibana-Query-Management?node-id=256%3A1552&viewport=1504%2C-203%2C0.8277243375778198&scaling=scale-down |
I took the liberty of implementing this, albeit outside of Kibana. Here's the web app and here's the repo. Already mentioned in kibana#42621 |
Thank you for contributing to this issue, however, we are closing this issue due to inactivity as part of a backlog grooming effort. If you believe this feature/bug should still be considered, please reopen with a comment. |
Currently, admins don't have visibility in Kibana on the requests that are running, they only have visibility to the Elasticsearch requests.
That makes it difficult in several cases:
The workaround often used is to look at either the tasks in Elasticsearch or using audit logs. The limitation in these methods is that they can't tell which Kibana object/application the request is coming from.
The ongoing work on query cancellation in Kibana gets us closer to provide search requests management UI in Kibana
Suggestions: a management UI that shows all the running queries and allow admins to terminate a request done by a user
Goals:
To illustrate this idea
cc: @lukasolson @elastic/kibana-app-arch
The text was updated successfully, but these errors were encountered: