I'm using currently rsyslogd to send messages to elasticsearch and kibana
as a GUI.
Rsyslogd is sending the @timestamp in the following format:
2014-07-31T21:01:16.515922+03:00
I was wondering if elasticsearch is able to understand this format? Because
kibana sorting doesn't do anything with it. The sorting is completly random.
Should I send the timestamp in another format? Can I keep the microseconds?
from the top of my head, joda (the underlying library used in Elasticsearch
for date handling) only does millisecond and so does Elasticsearch. Maybe
you can break down the micro to milliseconds and try again? Also, you might
need to create your own date format, see
I'm using currently rsyslogd to send messages to elasticsearch and kibana
as a GUI.
Rsyslogd is sending the @timestamp in the following format:
2014-07-31T21:01:16.515922+03:00
I was wondering if elasticsearch is able to understand this format?
Because kibana sorting doesn't do anything with it. The sorting is
completly random.
Should I send the timestamp in another format? Can I keep the microseconds?
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.