Hi guys,
I have a problem when using Date histogram aggregation in Kibana:
My index: [logs]-YYYY.MM.DD
When I search from logs-2018.10.21 to logs-2018.10.23, I have a result:
What happens if you create a date histogram for one index at a time? Indices in Elasticsearch are generally assigned based on UTC time zone while Kibana by default adjusts to the local time zone. The day reported in Kibana could therefore span multiple indices (depending on which time zone you are in) and is not necessarily aligned with the underlying indices. This could explain why the previous days data changes when you add another index. I do however not understand why the data for the 23rd changed when you added the index for the 25th, so it is also possible that you have data for the incorrect period in some of your indices.
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.