Getting Data In

Why is Splunk not respecting the TIME_FORMAT in props.conf?

gsmi
New Member

I have a log message which starts with a time stamp. Splunk is automatically extracting this and indexing the messages with the wrong date and time.

For example the following message would have been indexed with the date of 11th July 2018 17:22.27 instead of 7th of Nov 2018 16:22.27 UTC

07/11/2018 17:22:27.837 Log_Level=WARN ...............

I have added a time zone and TIME_FORMAT regex in the props.conf of my app to try an correct this but for some reason Splunk is not respecting it.

my props.conf looks like

[IDSAlert]
EXTRACT-message = ^(?:[^=\n]*=){10}(?P<message>.+)
DATETIME_CONFIG =
NO_BINARY_CHECK = true
TIME_FORMAT = %d/%m/%Y %H:%M:%S.%3N
TZ = UTC
category = Custom
disabled = false
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

It may help to add the following lines to the [IDSAlert] stanza:

TIME_PREFIX = ^
MAX_TIMESTAMP_LOOKAHEAD = 23

Be sure to restart the indexers and heavy forwarders after editing props.conf or the changes will not be respected.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

It may help to add the following lines to the [IDSAlert] stanza:

TIME_PREFIX = ^
MAX_TIMESTAMP_LOOKAHEAD = 23

Be sure to restart the indexers and heavy forwarders after editing props.conf or the changes will not be respected.

---
If this reply helps you, Karma would be appreciated.
0 Karma

gsmi
New Member

I had the props.conf in an app on the search head, moving to the heavy forwarders and restarting them worked.

0 Karma
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...