Changing the default timezone for new users

New users are created with the UTC timezone by default. 99% of the users of my Graylog instance will be in "America/New_York"timezone. Is there a way to set the default timezone for users to something other than UTC?

Look at the documentation on how to do this http://docs.graylog.org/en/2.2/pages/users_and_roles/users.html?highlight=timezone

No, that’s currently not possible.

Thank you Jochen. I accomplished this via cron job and script that pulls users and updates any user with UTC as timezone. I was hoping there was a more native way though.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.