Splunk Search

How to convert to epoch time?

jacqu3sy
Path Finder

Is it possible to convert the following into an epoch timestamp using strptime;

2018-05-31T06:49:13Z

Or will I need to use regex to rip out the T and the Z first?

0 Karma
1 Solution

FrankVl
Ultra Champion

No need to strip that out, you can put those characters plainly into the time format string, like so: %Y-%m-%dT%TZ

View solution in original post

0 Karma

FrankVl
Ultra Champion

No need to strip that out, you can put those characters plainly into the time format string, like so: %Y-%m-%dT%TZ

0 Karma

jacqu3sy
Path Finder

Awesome. Thanks. It wasnt playing when I was trying to do it. Too early on a Monday.... that worked great. Thanks.

0 Karma
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...