Replace KQL cancellation timeout with manual timeout #70231
Labels
Feature:KQL
KQL
Feature:Search
Querying infrastructure in Kibana
Icebox
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
Currently, we place a couple of limits on the value suggestion requests we send to Elasticsearch. We send a
timeout
parameter in addition toterminate_after
. This isn't ideal sincetimeout
is per shard rather than for the entire query.We can, instead, after 1s, actually cancel the query after our desired timeout rather than send the parameter in the request itself.
The text was updated successfully, but these errors were encountered: