URI Config problem?

I try to start the UI in a browser; http://192.168.10.151:9000/api and get “192.168.10.151 refused to connect”
While http://localhost:9000/api loads the background and the error:

image.

From my config file:

rest_listen_uri = http://127.0.0.1:9000/api/
rest_transport_uri = http://192.168.10.151:9000/api/
web_listen_uri = http://127.0.0.1:9000/

What am I doing wrong?

Your Graylog node only listens on the local loopback interface (localhost).

I obviously am a little confused. I also tried:

rest_listen_uri = http://192.168.10.151:9000/api/
rest_transport_uri = http://192.168.10.151:9000/api/
web_listen_uri = http://192.168.10.151:9000/

This doesn’t work eiter. I can log in, but selecting Search in the menu bar leads to:

image

Can you suggest something that may work?

Thanks

Jochen,

Found solution in one of your earlier posts.

Thanks

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