Getting Data In

how do I skip the timezone inside the timestamps

cyue_splunk
Splunk Employee
Splunk Employee

I got a sample log with timestamp format like this:

Thu Dec 20 20:45:24 CST 2012

The CST here means China Standard Time (+8). But Splunk recognize this time zone as US Central Time(-6), so the event timestamp I got is Dec 21 10:45:24 am (with my local system also in +8 timezone). No matter how I set the Timeformat in props.conf to skip the CST timezone, the timestamp won't change. Any idea how I can fix this timezone issue?

Tags (3)
0 Karma
1 Solution

Damien_Dallimor
Ultra Champion

In props.conf you can specify the time format that you want applied to your event timestamps.

http://docs.splunk.com/Documentation/Splunk/latest/Data/Configuretimestamprecognition#Edit_timestamp...

Can you post the strptime pattern you are specifying..maybe it has an error ?

View solution in original post

cyue_splunk
Splunk Employee
Splunk Employee

I actually also tried to resort the "timezone" with the "year" as described here, but the result won't change.
http://docs.splunk.com/Documentation/Splunk/latest/Data/Configuretimestamprecognition#Reconfigure_ho...

My current workaround is to modify the datetime.xml to remove the CST from the zone list.

0 Karma

Damien_Dallimor
Ultra Champion

In props.conf you can specify the time format that you want applied to your event timestamps.

http://docs.splunk.com/Documentation/Splunk/latest/Data/Configuretimestamprecognition#Edit_timestamp...

Can you post the strptime pattern you are specifying..maybe it has an error ?

cyue_splunk
Splunk Employee
Splunk Employee

This is the correct one. Thanks, Damien!

TIME_FORMAT = %b %d %H:%M:%S CST %Y

0 Karma

cyue_splunk
Splunk Employee
Splunk Employee

I used this:
TIME_FORMAT = %b %d %H:%M:%S \w+ %Y

0 Karma
Get Updates on the Splunk Community!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...