I'm using vega to work out my visualization.
As you can see, I'm querying "telemetry" index.
While if I input via filter (either in dashboard filter field or visualization filter - KQL) by using "appName" field, I found its querying data from a separate index (that index also has "appName" field). Why it happen? or are there configuration mess up there?
My first question is does that index pattern resolve to more than just telemetry index (The asterisk following the index is what popped the question in my mind)?
Here is one way I've learned to query about indices: GET _cat/indices?v ...popping that in Dev Tools may help us rule out whether the index-pattern you've used for the index stanza is resolving to more than one index. In the meantime, I'll search about to discover whether you can indeed use an index-pattern in that stanza.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.