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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...