Hi All,
I’m evaluating Dremio as gateway solution to access our big and fast data repositories (Hive, Hbase and ElasticSearch)
Specifically for ElasticSearch, how can I query multiple indexes (same type of data, different indexes per day):
Example Index names:
webtraffic_2017-08-21
webtraffic_2017-08-22
webtraffic_2017-08-23
webtraffic_2017-08-24
A query like this doesn’t seem to work:
SELECT *
FROM “Network Analytics”.“webtraffic_2017*”.logs
Thanks in advance
BR
Alex