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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...