- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to convert UTC to CST

We are receiving events on our syslog collector in UTC timezome. Below is the sample event.
I have configured the below props on our search head, My assumption was it will pick the searchhead timezone while showing the events in SH.but it is not converting the timezone to CT
[sourcetype]
DATETIME_CONFIG = CURRENT
Oct 8 13:59:00 x.x.x.x [Audit] User xxxxlogged in on the web GUI interface.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

I am not sure exactly what problem you have but if you read these posts, you will have all of the understanding necessary to get what you need:
https://answers.splunk.com/answers/494692/display-user-specific-timezone-in-dasboard.html
https://answers.splunk.com/answers/590067/how-do-i-map-my-personally-tz-adjusted-time-to-ano.html
https://answers.splunk.com/answers/241990/does-splunk-take-into-consideration-timezone-dayli.html
https://answers.splunk.com/answers/408167/query-for-different-timezones.html
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Please try this one at props.conf using the host
[host::server_sourcename]
TZ = US/Central
OR by source
[source::your_source]
TZ = US/Central
OR by sourcetype
[sourcetype::your_sourcetype]
TZ = US/Central
For further information, please check this document: https://answers.splunk.com/answers/135193/splunk-indexing-and-time-zone-normalization.html
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

No ivanreis, it didnt work, below is my props file content
source = /opt/syslog_ng/logs/xxx//-xxx.log
[source::/opt/syslog_ng/logs/xxx/*/*xxx.log]
TZ = US/Central
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Where you are deploying this configuration?
In order to have this configuration work properly, the props.conf have to be deployed at the indexer or heavy forwarder tier to parse the timezone properly before indexing, if you are not running on a Splunk standalone instance. Use the btool to troubleshoot your configuration.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

I have deployed them on indexers, I have created a new app for props file and deployed yo all index peers. But still, the time conversion is not happening.
[source::/opt/syslog_ng/logs/xxx/*/*xxx.log]
TZ = US/Central
