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!

Upcoming Webinar: Unmasking Insider Threats with Slunk Enterprise Security’s UEBA

Join us on Wed, Dec 10. at 10AM PST / 1PM EST for a live webinar and demo with Splunk experts! Discover how ...

.conf25 technical session recap of Observability for Gen AI: Monitoring LLM ...

If you’re unfamiliar, .conf is Splunk’s premier event where the Splunk community, customers, partners, and ...

A Season of Skills: New Splunk Courses to Light Up Your Learning Journey

There’s something special about this time of year—maybe it’s the glow of the holidays, maybe it’s the ...