-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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: kill switch #1173
Comments
There is no method for killing Elasticsearch queries. The best we can do is not go to the next index in the case of panels that are able to query indices in a sequential manner, which already happens. There's an elasticsearch ticket here that mentions the ability to kill queries: |
Hi @rashidkpc @tbragin , the task management API is now available. this could likely be reopen? Would be cool Kibana automatically issued cancellations when switching dashboards. |
@stacey-gammon @alexfrancoeur ^^ Not sure if we are already tracking something similar in another open issue? |
There's this: #14544 that I found for discover, but I couldn't find one for dashboard specifically. |
I've had a few different discussions with @epixa about utilizing the task management API across Kibana. In our last discussion, I believe we decided to fix a longstanding issue with the |
@alexfrancoeur Given the nature of Kibana today, I don't think one issue can cover this. I think filing discrete issues for specific circumstances, like #14544 is the best way to handle it. I wish we could handle this globally, but our search and routing abstractions are just nowhere near capable of doing that for all the features of Kibana. It sounds like the specific need brought up now is to cancel requests when leaving a dashboard, so I recommend creating an issue for that. |
thanks @epixa I had thought of a number of other ways in which we could utilize this new API. I'll open a few issues later this week, including cancelling requests when leaving a dashboard. |
It would make sense to be able to cancel an ongoing query, if any of the following apply:
The text was updated successfully, but these errors were encountered: