UI for proactively canceling long-running queries #46370
Labels
enhancement
New value added to drive a business result
Feature:Search
Querying infrastructure in Kibana
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
We automatically cancel in-progress queries when the search results are discarded (e.g. navigating away from the page, refreshing, submitting a new query, etc.).
However, it would also be nice if we had a UI for proactively cancelling queries that are taking a long time:
We also need to think about what will happen in Discover, Visualize, and Dashboard when a user has cancelled the query. (Do we show an error message, or an empty chart?)
What still needs to be done -
Make run beyond timeout disabled in OSSRemove the async search actions from the plugin API (use setSearchInterceptor instead)The text was updated successfully, but these errors were encountered: