When the new index index-12-01-2017 was created, the pipeline did not add it to the alias (dumb oversight on my part)... is there a way to have a new index created added to the existing alias?
In older releases, Kibana used to make a call to the field stats API to identify exactly which indices matching the index pattern that could hold data relevant to the query and then send the query just to these. In recent versions, sending queries to all shards matching an index pattern has been made a lot more efficient, so Kibana no longer performs this extra step.
I am therefore not sure if you really need an alias for all indices that can be read. I would try sending the query directly towards and index pattern that matches what you want to query, e.g. index-*, and see how that performs.
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.