"Server currently unavailable"

Hello,

I am new to Graylog, so I am trying to figure out how it works. I wanted to test it, but I am running into an issue. I installed Graylog on a Debian virtual machine hosted on Google Cloud. Graylog works fine on that machine, but when I try to access it via web browser (using the http://public-ip-of-instance:9000) the message I get is the following:

In the server.conf file I’ve changed the following fields:

rest_listen_uri = http://10.240.0.49:12900/

web_listen_uri = http://10.240.0.49:9000/

There are no proxies configured and there are no errors when I look into Graylog’s server.log file.

check the configuration, special look at web_endpoint_uri

http://docs.graylog.org/en/2.5/pages/configuration/server.conf.html#web

OK, this is solved. After adding: public-ip-of-instance:9000/api/ to web_endpoint_uri field, I am able to access Graylog’s Web UI.

1 Like

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