Getting Data In

Convert date string to timestamp

Master162
New Member

Hi,

I have a field called datetime - example is datetime=Wed Feb 03 17:56:37 UTC 2021

I essentially want to convert this so I can evaluate the difference between the event timestamp with this datetime field. I have already converted the event timestamp using: | eval input=strptime(_time, "%m/%d/%Y %I:%M %p") ---> this would show me 2021-02-03 18:07:42.958

How do I convert the datetime field so it's in the same format and how to show the difference between these fields?

Labels (1)
0 Karma

scelikok
SplunkTrust
SplunkTrust

Hi @Master162,

Please try this;

| eval datetime_epoc=strptime(datetime,"%a %b %d %H:%M:%S %Z %Y") 
| eval diff=_time-datetime_epoc
If this reply helps you an upvote and "Accept as Solution" is appreciated.
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!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...