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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

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