We are using Dremio to connect our ElasticSearch data to Tableau for visualisation.
We have connected the ElasticSearch source to Dremio, however ElasticSearch has date series indices. This means that for every ‘index’ in ElasticSearch, we have nearly 500 Dremio data sources (one for every day from when we started collecting data in 2016). It looks like this…
How can these date series indices be joined without using a long and nasty SQL query?
We are having difficulty joining more than 4 indicies at a time. We get an error that says something along the lines of ‘you don’t have access to these tables’, which is a misleading error message. This happens with both a wildcard SQL statement as well as when creating an alias.
If this is also happening when you create an alias in ES then it sounds like an issue there. Have you trying seeing if one of the more recent versions has the same issue?