Splunk Search

Convert Snap-To Time to Epoch Time

michaelsplunk1
Path Finder

Hi everyone!

My time picker token spits out values like "-60m@m" and I want to convert this time value into an epoch time so I can filter based on epoch time. How do I convert this? Can I use strptime() to do it? What format would I tell strptime() the time is in?

Thank you!

Labels (1)
Tags (3)
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| eval epochtime=relative_time(now(),"-60m@m")

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust
| eval epochtime=relative_time(now(),"-60m@m")

to4kawa
Ultra Champion

your search
| addinfo
| eval your_time=strftime(info_min_time,"%F %T")

try addinfo command. info_min_time is epoch.

Get Updates on the Splunk Community!

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...