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!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...