Hi Evgueni, Graylog tries to be smart about the IP address (or network interface) being used if rest_listen_uri is 0.0.0.0.
In your case, this seems to fail, but you can simply specify the correct address with the rest_transport_uri <https://github.com/Graylog2/graylog2-server/blob/2.1.1/misc/graylog.conf#L83-L90> setting (e. g. https://192.168.178.26:9000/api/ in your case). Cheers, Jochen On Thursday, 3 November 2016 04:01:50 UTC+1, Evgueni Gordienko wrote: > > Hi, > I have 2 node GL cluster - each node has 2 NICs and https is enabled. > The doc from > http://docs.graylog.org/en/2.1/pages/configuration/rest_api.html says: > 'For example if your Graylog REST API is listening on > http://192.168.178.26:9000/api/, the API browser will be available at > http://192.168.178.26:9000/api/api-browser/.' > > But in my case if first interface is https on 192.168.178.26:9000 and > second interface is 172.1.1.26 and I press 'API Browser button the new tab > is > opened but I see it tries to get https via second interface and hangs - > what could be wrong? > > Note - in server.conf I have: > rest_listen_uri = https://0.0.0.0:9000/api/ > > web_listen_uri = https://0.0.0.0:9000/ > > > web_endpoint_uri = https://192.168.178.26:9000/api/ > > Thank you, > Evgueni > -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/e9160f6f-6ce1-44c3-b0e2-8a9841000a83%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
