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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...