Splunk Search

How can you adjust timezone in search? Convert UTC to AEST

ebs
Communicator

Hi, I have a field value 2021-07-26T00:30:51.411 UTC which I got from | eval strftime(_time,"%Y-%m-%dT%H:%M:%S.%Q %Z")  how can I turn this field into the Brisbane timezone (+10 hrs)?

Labels (1)
0 Karma

venkatasri
SplunkTrust
SplunkTrust

Hi @ebs 

User settings should have been fine could be the way _time been extracted ignored TZ settings. You can try this as an alternative.

 

| makeresults 
| eval _time="2021-07-26T00:30:51.411 UTC" 
| eval _time=strptime(_time." +1000", "%Y-%m-%dT%H:%M:%S.%3Q %Z") 
| convert ctime(_time)

 

venkatasri_0-1627341582708.png

---

An upvote would be appreciated and Accept solution if this reply helps!

 

0 Karma

ebs
Communicator

How can I apply this to a pre existing _time field value?

0 Karma

venkatasri
SplunkTrust
SplunkTrust

@ebs Above SPL replaces _time at search-time but not permanent to indexers.

0 Karma

venkatasri
SplunkTrust
SplunkTrust

Hi @ebs 

If you are already under Brisbane timezone under user settings, and above said timestamp is mapped _time then your _time value is by default get adjusted to AEST isn't that you are after?

otherwise if time is a field not mapped to _time then a 10 hour shall be added to it.

 

0 Karma

ebs
Communicator

Hi @venkatasri 

Thanks for the answer but sadly this won't work for my use case as I'm using tstats and datamodels and even when my personal timezone is set to Brisbane the time of events is still in UTC. So it needs to be through SPL

0 Karma
Get Updates on the Splunk Community!

Splunk Enterprise Security(ES) 7.3 is approaching the end of support. Get ready for ...

Hi friends!    At Splunk, your product success is our top priority. With Enterprise Security (ES), we're here ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk, and empower your SOC to reach new heights! Duration: 1 hour  Prepare to ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...