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?
the PR #7799 should be it
1 Like