Hi Eric,
AFAIK this is normal.
Timestamp in elasticsearch (when you PUT your data) is treated as UTC by default.
My guess is that you are somewhere between Winnipeg and Mexico city ?
-> Kibana, on its sides, uses your browser's timezone to display date/times
Tip: use a formatter on the date mapping, and send timestamp dates with an offset like:
"timestamp": "2020-12-16T10:53:01.358062-06",
you might have to adjust the mapping in order to properly index such values.
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.