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 Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...