started with docker run --link some-mongo:mongo --link some-elasticsearch:elasticsearch -p 9000:9000 -p 12900:12900 -p 514:5140/udp -e GRAYLOG_WEB_ENDPOINT_URI=" http://127.0.0.1:9000/api" -d graylog2/server
Loging windows start ok, but when press *Sing in*. It give me a message "Error -the server returned: 404 - cannot POST http://127.0.0.1:9000/api/system/sessions (404)" Hernán Fernández On Sep 6, 2016 05:42, "Jochen Schalanda" <[email protected]> wrote: > Hi Hernán, > > please make sure that you're using the latest version of the Docker image ( > 2.1.0-2 at the time of writing). > > Cheers, > Jochen > > On Friday, 2 September 2016 22:48:30 UTC+2, Hernán Fernández wrote: >> >> 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 a topic in the > Google Groups "Graylog Users" group. > To unsubscribe from this topic, visit https://groups.google.com/d/to > pic/graylog2/VwNZqXz-E8o/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ms > gid/graylog2/e7454f28-deda-4d01-9700-562cf3908a13%40googlegroups.com > <https://groups.google.com/d/msgid/graylog2/e7454f28-deda-4d01-9700-562cf3908a13%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CABYKu7BUTp0L0kJqxPKjn%2BwCbS18va7Vd1nCY4FThSRRQS3k0Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
