Splunk Search

Why are there two different time formats in the columns?

tb5821
Communicator

Hi - I had splunk import a fairly simple two column file - column 1 was a date/time column2 is some info... the problem seems to be that some of the values in column 1 are in EST and some are in UTC.

I don't think splunk is interpreting these correctly - is there a way I can verify this?

0 Karma

tb5821
Communicator

Data sample

02/07/18 03:55:00 PM EST String=2
02/07/18 03:55:04 PM EST String=3
02/07/18 03:55:08 PM EST String=0
02/09/18 11:10:01 PM UTC String=1
02/09/18 11:10:04 PM UTC String=0
02/09/18 11:10:07 PM UTC String=0
0 Karma

micahkemp
Champion

So, your sample data already has mixed timezones? Or is that sample data representative of how Splunk parsed it? If the latter, can you include the actual CSV prior to having Splunk handle it?

0 Karma

tb5821
Communicator

Sample data has mixed time zones

0 Karma

micahkemp
Champion

So when you view the data in Splunk, does the extracted time agree with what your CSV has?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

If column 1 has time zone information in it ("EST", "UTC", "-0500", "Z", or similar) then your props.conf settings can be tweaked to interpret times correctly. If not, do you have any control over how the file is written?

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

tb5821
Communicator

Thanks I do have time zone UTC/EST Time zone designators...Guidance on the best way to modify the props file?

0 Karma

tb5821
Communicator

Oh also I thought I read somewhere that Splunk should automatically be able to pick that up from the file? Meaning that the props file does not need to be changed?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Automatic doesn't always work like it should, as you've discovered. If you can post some sample events (with private into masked) we can help with the right props settings.

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

tb5821
Communicator

Thanks - its really a very basic file 🙂 - added sample to the post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Try these props.conf settings.

TIME_PREFIX = ^
TIME_FORMAT = %m/%d/%y %H:%M:%S %p %Z
MAX_TIMESTAMP_LOOKAHEAD = 25
LINE_BREAKER = ([\r\n]+)
SHOULD_LINEMERGE = false
---
If this reply helps you, Karma would be appreciated.
0 Karma

tb5821
Communicator

Thanks , do I need to re-index the data too?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

"reindeer"? Is that auto-correct for re-index? If so, yes, you need to re-index the data for the new props to be applied.

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

tb5821
Communicator

OK I tried but can't seem to get the formatting to work

_time comes out as
2/6/18 9:27:42.000 AM

where as the time in the file is
2/06/18 04:27:42 PM EST

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Did you restart Splunk after changing props.conf?

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...