in one of our use cases with elastic, we're sending logs to it... as most people do.
and it seems that the timestamp is limited only to 3 digits in the miliseconds (and lower) space, but we want to have higher granularity than that.
I've tried to use something like the following conf in the screenshot to make it happen but to no avail.
The date data type in Elasticsearch is limited to millisecond resolution, so right now there's no workaround unless you want to store the microseconds (or whatever resolution you want) in a separate field.
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.