New deploy graylog server must install webserver or graylog include webserver in package?
jusst follow the docs:
http://docs.graylog.org/en/2.4/pages/installation/operating_system_packages.html
I’m new but did you go through server.conf and enable web and set the port numbers?
web_enable = true
web_listen_uri = http://…:9000/
rest_transport_uri = http://…:9001/api/
rest_listen_uri = http://…:9001/api/
Thank you for reply.
Now I can solve this issue by edit web_listen_uri from 127.0.0.1 to 0.0.0.0 port 9000
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.