Make Kuery work with multiple index patterns #20457
Labels
enhancement
New value added to drive a business result
Feature:Visualizations
Generic visualization features (in case no more specific feature label is available)
Currently the
toElasticsearchQuery
expects to get one index pattern passed into it, when trying to convert Kuery into a ES query.That's why currently TSVB, timelion and Vega don't work with Kuery (see #17722), because all of those visualizations do actually support using multiple (or none) index pattern at all.
I think we really should support a new query language for all visualizations, and not just a couple of them on a dashboard, since that will be very unintuitive for the user. Therefor we need to make Kuery also work with multiple index-pattern or none at all.
cc @elastic/kibana-discovery
The text was updated successfully, but these errors were encountered: