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!

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