Hi, Am Dienstag, 14. Oktober 2014 14:52:11 UTC+2 schrieb [email protected]: > > I understand it is bound to local interface but I am only accessing this > from the local node not from any other system. > http://127.0.0.1:12900/api-browser using the drop down menu under Node > menu API browser - and it comes back as not found. > > Also, if I change the rest_listen_uri and rest_transport_uri to physical > interface - I can access the browser but I no longer access the > graylog2-webserver on 9000 port using the physical address. >
The rest_listen_uri setting for graylog2-server and graylog2-server.uris for graylog2-web-interface have to match. So if you bind graylog2-server to your loopback interface (127.0.0.1) you cannot access it with graylog2-web-interface from another system. If you bind graylog2-server to 127.0.0.1 and still can't access http://127.0.0.1:12900/api-browser with connection refused or similar error messages, there might be a local packet filter in place which rejects or drops the connections. Cheers, Jochen -- You received this message because you are subscribed to the Google Groups "graylog2" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
