REST alway listening on 127.0.0.1 in Graylog 3.0

Hi,

I know that Graylog 3.0 is still a test version but I have problem running it.
I downloaded GR 3.0 and upgraded graylog on some test Centos systems systems from 2.5 version. The server seems to start OK, but iREST and WEB are now listening on default IP address. But I didnt changed that in config file, there it it still local IP:

conf file:
rest_listen_uri = http://10.x.x.16:9000/api
web_listen_uri = http://10.x.x.16:9000/

2019-01-21T11:31:18.126+01:00 INFO [NetworkListener] Started listener bound to [127.0.0.1:9000]
2019-01-21T11:31:18.128+01:00 INFO [HttpServer] [HttpServer] Started.
2019-01-21T11:31:18.128+01:00 INFO [JerseyService] Started REST API at <127.0.0.1:9000>

Can this be related to version 3.0 ? Maybe I made some mistake during upgrade and config change.

Thanks

you should read the upgrade notes: http://docs.graylog.org/en/3.0/pages/upgrade/graylog-3.0.html

and make the changes to the configuration that are needed.

2 Likes

Thank you, that should help. I did read the documentation, but the otehr one, after download package link
http://docs.graylog.org/en/3.0/pages/installation/operating_system_packages.html

To summarize for those who missed the docs. This:

rest_listen_uri = http://10.x.x.16:9000/api
web_listen_uri = http://10.x.x.16:9000/

Was replaced with:

http_bind_address = http://10.x.x.16:9000/api
2 Likes

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