Increase the resolution of Elastic timestamps to nanoseconds

I am not sure this is possible currently, but if not what would be required to do so?

All my events have nanoseconds timestamps, and at the moment I split the us/ns into a new variable so I dont lose the info. However it makes the zooming in to the kibana timeline a lot less interesting.

3 Likes

Currently, Elasticsearch is limited to millisecond precision, see this GH issue. Until that issue is resolved, Kibana won't be able to nicely support any greater precision. Using a strategy like you are already using is certainly your best bet for not losing that valuable extra precision.

3 Likes

Did anyone Find a solution for this?