Getting Data In

Hypothetical question regarding time resolution

dokian
Explorer

Hello fellow Splunkers!

Apologies if this has been documented or answered elsewhere - I couldn't find the answer...

I was discussing the following documentation page with a colleague regarding indexing events with a time resolution in nanoseconds.

Configure timestamp recognition - Enhanced strptime() support

It says that you can use enhanced strptime expressions in conjunction with the TIME_FORMAT attribute in your props.conf to configure timestamp parsing. This includes parsing timestamps in nanoseconds by using the %9N expression.

My question is, even if you successfully index the timestamp in nanoseconds, when the event is displayed in Splunk search results will it just display the timestamp to three decimal places (milliseconds) instead of nine decimal places (nanoseconds)?

Does anyone have experience indexing events with time resolutions in nanseconds who could comment?

Thanks in advance for your help!

Tags (1)

northben
Explorer

I am testing this with Splunk 6.3.5.

Splunk will not display the time resolution past the 3rd decimal (0.000) but Splunk does record the full precision of the timestamp, to at least 6 decimal places. So for example, I used the delta command to see the time difference between events down to 6 decimal places.

Here's a screenshot for an example.alt text

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...