Splunk Search

TIME_FORMAT in Epoch

shangshin
Builder

Hi,
My log event is in xml and the timestamp is in epoch format e.g. <timestamp>1399909145002</timestamp>

How can I define this in props.conf so the event timestamp will be correctly indexed in splunk?

Thanks in advance!

0 Karma
1 Solution

dmaislin_splunk
Splunk Employee
Splunk Employee
TIME_PREFIX = \<timestamp\>

View solution in original post

dwaddle
SplunkTrust
SplunkTrust

Well, you have a slight complication there. What you have there isn't truly epoch (number of seconds since 1/1/1970 00:00:00 GMT). What you have is the number of milliseconds.

But it appears this will work --

[test2] 
TIME_PREFIX=<timestamp> 
TIME_FORMAT=%s%3N 

dmaislin_splunk
Splunk Employee
Splunk Employee

Good point!

0 Karma

dmaislin_splunk
Splunk Employee
Splunk Employee
TIME_PREFIX = \<timestamp\>

dmaislin_splunk
Splunk Employee
Splunk Employee

Excellent! Thanks for the upvote!

0 Karma

shangshin
Builder

The magic works. Thank you.

0 Karma

dmaislin_splunk
Splunk Employee
Splunk Employee

If you showed me an entire XML event then I could help you with your event line breaking too.

0 Karma
Get Updates on the Splunk Community!

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 ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...