Getting Data In

How to configure different timezones requirement for different apps , running on same server such that same user has access to multiple apps?

jincy_18
Path Finder

Hi ,
We are working on a clustered environment, having multiple apps all running on default server timezone (Europe/London). Each app has respective user roles defined. And we fetch data from MQs and databases in UTC zone. In one of the apps, we need to show all dashboard panels with time fields as per America/NewYork.
Since there are multiple users who login , also these users who have multiple roles (of various apps ) assigned to them , we are facing issues to achieve this.

I have tried below options but nothing seems to work.

  1. Setting Time-zone Role wise, as per the sample provided in the link below,
    https://answers.splunk.com/answers/439363/how-to-set-a-default-timezone-for-an-entire-multis.html
    Even though we set time-zone at role level, since for a user, time-zone parameter is set to default ( i.e., server time-zone), this causes role level time zone to be overridden by user level time zone.

  2. Changing time zone at user level is tedious as every-time user switches between the app, he needs to change the timezone setting.

  3. Adding the difference offset to time field during display on dashboard using eval. Not recommended as during daylight saving offset varies.

Please do suggest if there is any alternative to achieve app level timezone?

Thanks in advance !

0 Karma

DalJeanis
Legend

It seems like you are going to have to go with option 3.

Ideally, you could write this as an app-level macro, so you only have to do the generic daylight savings time coding once, and then propagate the code to each app with the required localization.

0 Karma

jincy_18
Path Finder

Hi DalJeanis,

Thanks for the suggestion. We were trying to go with option 3 , but the problem is that daylight start and end date is different for various countries. Due to this the offset too varies. We were looking for something more generic and simple in order to avoid performance issues.

0 Karma
Get Updates on the Splunk Community!

Enter the Dashboard Challenge and Watch the .conf24 Global Broadcast!

The Splunk Community Dashboard Challenge is still happening, and it's not too late to enter for the week of ...

Join Us at the Builder Bar at .conf24 – Empowering Innovation and Collaboration

What is the Builder Bar? The Builder Bar is more than just a place; it's a hub of creativity, collaboration, ...

Combine Multiline Logs into a Single Event with SOCK - a Guide for Advanced Users

This article is the continuation of the “Combine multiline logs into a single event with SOCK - a step-by-step ...