Graylog2 / graylog-docker

Official Graylog Docker image
https://hub.docker.com/r/graylog/graylog/
Apache License 2.0
372 stars 134 forks source link

How to access to the Web Interface from another machine? #122

Closed win32nipuh closed 4 years ago

win32nipuh commented 4 years ago

I have tried the

In this case I can run the Web Interface in a browser on the local machine "mypc" the same where docker is running. When I run http://mypc:9000 from another machine in the LAN I see an empty page"

How to fix it? to have access to the Graylog in docker from other machine in the LAN?

jalogisch commented 4 years ago

He @win32nipuh

the http_external_uri need to be reachable by the Browser you want to access Graylog from - as the other machines localhost has no Graylog running this will not work. You need to put in there the machine where you run the docker container.

We are using GitHub issues for tracking bugs in Graylog itself, but this doesn't look like one. Please post this issue to our discussion forum or join the #graylog channel on freenode IRC.

Thank you!