Feature request: Librenms haven't ability to display the Graylog messages with timezone correction

Graylog integration is a great feature, but Graylog stores original messages with UTC timestamps. So now I see Event Log in GMT+3 format (as it defined in both php.ini) but Graylog messages in UTC as it transferred from graylog server.
Could you please add this feature to graylog integration in config.php as option
$config[‘graylog’][‘timezone’] = ‘Europe/Moscow’;
for example?

https://github.com/librenms/librenms/issues/4736

the PR #7799 should be it

1 Like