Splunk Search

How to convert date time to epoc time.

drogo
Explorer

Team, wanted to convert below time into epoc time. Please help.
time - Nov 16 10:00:57 2024


Labels (1)
0 Karma

sintjm
Path Finder

hi,
try

| makeresults
| eval date="Nov 16 10:00:57 2024"
| eval epoch_time=strptime(date, "%b %d %H:%M:%S %Y")
| fields epoch_time

regards,

Abraham

drogo
Explorer

Thanks Abraham, this helped.

0 Karma

sintjm
Path Finder

Don't mention

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...