Graylog Docker - Time

Hi,

I have installed Graylog services via docker and setup the input, indice and stream.

I can see that the data comes inn through the input. But it seems like it shows up 1 hour late.

Does anyone know how to correct the timezone in the docker so that the events show up at the correct time? and not 1 hour late?

I have tried to map the volume

  • /etc/timezone:/etc/timezone
    But that did not help me. also ofcourse tried to search around but have not found any solutions.

image

Aaaaaaaand i love small errors…
i had written the following in my envrionmental variable
TZ=“Europe/Amsterdam”

Removing the quotation marks and writing
TZ=Europe/Amsterdam

#ProblemSolved

1 Like

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