Hello! I am trying to use graylog running in docker and have the problem that webui does not work properly because it does not display the messages (infinity loading icon).
There are some linkts to stacktraces from console:
https://pastebin.com/Jpt4TDLM
https://pastebin.com/90Ci3ABX
And docker-compose.yml
https://pastebin.com/5z639fCn
The most interesting, that if I restart the container it starts to work and receive this problem again as services begins to send logs
jan
(Jan Doberstein)
February 28, 2019, 1:28pm
2
in your docker-compose file you set variables for the variables. In addition you have no MongoDB in your docker-compose.
You should read again the documentation about what is needed to run Graylog.
in your docker-compose file you set variables for the variables
Because these variables are coming from.env file, for example GRAYLOG_PASSWORD_SECRET=mysecretGRAYLOG_ROOT_PASSWORD_SHA2=sha256hashGRAYLOG - Pastebin.com
docker-compose config that variables pass correctly
In addition you have no MongoDB in your docker-compose.
It’s okay, it’s installed on an external server
You should read again the documentation about what is needed to run Graylog.
Mongo and elastic are installed, graylog connects to them.
system
(system)
Closed
March 14, 2019, 2:10pm
4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.