[Data Views] Support of AbortSignal for getFieldsForWildcard #125212
Labels
enhancement
New value added to drive a business result
Feature:Data Views
Data Views code and UI - index patterns before 8.0
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.
Some plugins like TSVB use
getFieldsForWildcard
method to get fields for es indexes.I see that inside this method there are calls to es cluster like:
Since the query behind these fields can take quite a long time when using wildcards indexes, I think we should be able to cancel it
Can we add support for passing AbortSignal?
The text was updated successfully, but these errors were encountered: