Getting Data In

Convert Epoch using Props.conf

JScordo
Path Finder

I have events that are coming in with no timestamp except for a field "event_sec" which gives me the time in epoch format. Is there a way to use the props.conf to convert these all to the timestamp for the events? An example of the first couple fields in the event are:

rec_type=500 rec_type_simple="FILELOG EVENT" event_sec=1453991513

Where as i would like to take the event_sec field and convert it to human readable date/time using the props.conf

0 Karma
1 Solution

jbjerke_splunk
Splunk Employee
Splunk Employee

Hi

This sourcetype should have this configuration

[mysourcetype ]
SHOULD_LINEMERGE=true
NO_BINARY_CHECK=true
TIME_FORMAT=%s
TIME_PREFIX=event_sec=

You can do more formatting at search time later on.

Please mark as answered if this is what you were looking for.

j

View solution in original post

jbjerke_splunk
Splunk Employee
Splunk Employee

Hi

This sourcetype should have this configuration

[mysourcetype ]
SHOULD_LINEMERGE=true
NO_BINARY_CHECK=true
TIME_FORMAT=%s
TIME_PREFIX=event_sec=

You can do more formatting at search time later on.

Please mark as answered if this is what you were looking for.

j

Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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