Installation Help - Connection Refused

I am brand new to GrayLog. I am installing in a test environment. Installed MongoDB, ElasticSearch, and then GrayLog per the instructions. Installed on Ubuntu.

Modified the server.conf as indicated and set the admin password.

Thought I was done and went to test. Tried externally to connect to it and I got an error saying that site cannot be reached. Logged back into the Ubuntu box and attempted using curl and got a connection refused error.

Can anyone please point me in the right direction?

Thanks,
Mike

Hi there,

If you didn’t configure a webserver like nginx to proxy pass port 80 or 443 to the port Graylog is listen, you should add “:9000” to the address you trying to connect, lke:

http://<your.server.ip>:9000/

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