Splunk Search

How can I convert it to splunk time format?

ajayrathore
Loves-to-Learn

Hi,

I have a field in the logs like below

 

 

 

2022-12-07T08:40:14.253180536

 

 

 

How can I convert it to splunk time format?

I need to eventually select this field in the table, so the conversion should work within stats

Labels (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @ajayrathore ,

what do you mean with "splunk time format"?

if you mean _time (that's epochtime) you can use the strptime function in the eval command

| eval new_time=strptime(your_time, "%Y-%m-%dT%H:%M:%S.9%N")

if instead you're speaking of the time format when a log is acquired and indexed, you have to put in props.conf for that sourcetype:

TIME_FORMAT = %Y-%m-%dT%H:%M:%S.9%N

Ciao.

Giuseppe

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...