In Kibana4, you can create histogram based on any date field in an index. But in Kibana5, you can only create histogram based on the date you chose when the index was created.
Is there anyway to workaround on this? I have multiple date fields in the index, and I want to create histogram based on any of the date field in the index.
Sorry, I just saw you included a link on how to create index alias in elasticsearch, I overlooked it before I sent previous reply. Is there some easier way from Kibana 5 UI to do that? So there is one elasticsearch index, and Kibana could have multiple indices map to that one elasticsearch index?
Creating an alias is the cleaner way to do it, but depending on the structure of your data/cluster, you can accomplish the same with a little hack/shortcut.
If your main index pattern is something like logstash-*, you can create another index pattern that points at the same indexes by doing something like logstash-**.
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.