my docker machine IP is `192.168.0.135` and i set up `GRAYLOG_REST_TRANSPORT_URI` as `http://192.168.0.135:12900`
W dniu poniedziałek, 12 września 2016 15:32:00 UTC+2 użytkownik Hernán Fernández napisał: > > Hi, I've tried this without success, what IP did you use and may you also > confirm that you use just the GRAYLOG_REST_TRANSPORT_URI variable? > > thanks > > On Sunday, September 11, 2016 at 6:09:02 AM UTC-3, Daniel Kamiński wrote: >> >> I also stumbled on this error, passing machine network ip rather than >> local 127.0.0.1 kind of worked >> >> W dniu piątek, 2 września 2016 22:48:30 UTC+2 użytkownik Hernán Fernández >> napisał: >>> >>> Hello, >>> >>> I just saw that the rest api is running now on the web interface and the >>> variable GRAYLOG_REST_TRANSPORT_URI="http://127.0.0.1:12900" has been >>> changed by GRAYLOG_WEB_ENDPOINT_URI="http://127.0.0.1:9000/api" in >>> docker installation webpage >>> http://docs.graylog.org/en/2.1/pages/installation/docker.html >>> >>> the problem is that http://127.0.0.1:9000/api give me an 404 error, >>> (apparently it still working with 12900 port), but any idea why the system >>> doesn't work has the documentation say? >>> >>> I'm starting the container with >>> >>> docker run --link some-mongo:mongo --link >>> some-elasticsearch:elasticsearch -e GRAYLOG_WEB_ENDPOINT_URI=" >>> http://127.0.0.1:9000/api" -p 9000:9000 -p 514:5140/udp -d >>> graylog2/server >>> >>> thanks >>> >> -- 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/befb4d6c-328a-45f1-96b5-ccc1c5209c32%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
