All Apps and Add-ons

How can we change the timezone for any particular app in splunk?

471178
New Member

i have already tried to change timezone by creating new user in access controls and setting timezone accordingly. But i want to make a specific role to set timezone for all the user accessing the app not for any specific user.Please suggest. I want to set us timezone for my app.

Tags (1)
0 Karma

jkat54
SplunkTrust
SplunkTrust

You can't apply roles based on the app context. What you can do is modify every search saved in the app so that it evals the timezone you want.

For example:

| replace * with "* UTC" in origtime 
| eval newctime = strptime(origtime,"%Y-%m-%d %T %Z") 
| eval newstrtime = strftime(newctime,"%Y-%m-%d %T")

Here is a larger thread on the topic: https://answers.splunk.com/answers/4279/timezone-and-timestamp-modification-at-search-report-time.ht...

0 Karma
Get Updates on the Splunk Community!

New Release | Splunk Cloud Platform 10.1.2507

Hello Splunk Community!We are thrilled to announce the General Availability of Splunk Cloud Platform 10.1.2507 ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

🗣 You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...

Splunk New Course Releases for a Changing World

Every day, the world feels like it’s moving faster with new technological breakthroughs, AI innovation, and ...