Cancel underlying aggregation query if aggregation is modified #17846
Labels
Feature:Search
Querying infrastructure in Kibana
Feature:Visualizations
Generic visualization features (in case no more specific feature label is available)
release_note:enhancement
It is possible that an aggregation defined in visualize can have more impact on Elasticsearch than you intended. If an end user decides to modify an aggregation when defining a visualization, we should automatically cancel the previous aggregation query.
Utilizing the new ability to associate an ID with tasks (elastic/elasticsearch#27764) and the task management API, we should be able to automatically cancel a running query if the user has redefined the aggregation for a visualization.
Related to #14544, #17265, #17844, #17845
The text was updated successfully, but these errors were encountered: