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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...