Splunk Search

Why isn't the time being recognized?

ddrillic
Ultra Champion

A little bit strange as this time stamp is not being recognized -

alt text

Tags (1)
1 Solution

skoelpin
SplunkTrust
SplunkTrust

This is because you did not set your base configs in props.conf and Splunk is guessing at your time format.

You should add this to your indexer(s), restart the Splunkd service and it will work properly.

[sourcetype]
TIME_PREFIX = ^ 
TIME_FORMAT = %Y-%m-%d %H:%M:%S.%3n

View solution in original post

0 Karma

skoelpin
SplunkTrust
SplunkTrust

This is because you did not set your base configs in props.conf and Splunk is guessing at your time format.

You should add this to your indexer(s), restart the Splunkd service and it will work properly.

[sourcetype]
TIME_PREFIX = ^ 
TIME_FORMAT = %Y-%m-%d %H:%M:%S.%3n
0 Karma

ddrillic
Ultra Champion

Great @skoelpin. So which format(s) is being detected without configurations?

0 Karma

pradeepkumarg
Influencer

What does your props.conf look like? Particularly TIME_FORMAT ?

0 Karma

ddrillic
Ultra Champion

nothing for now ; -)

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 ...