Hi, Basically you can set every parmeter from the main Graylog server config file by prefixing it with GRAYLOG_
https://github.com/Graylog2/graylog2-server/blob/master/misc/graylog.conf So for example the parameter 'is_master' becomes GRAYLOG_IS_MASTER as Docker environment variable. I think there is no automatic way of fetching external IPs from within an Docker container. Cheers, Marius On 3 April 2016 at 22:34, Michael Taylor <[email protected]> wrote: > Thank you. Is there an updated list of all the Docker variables for 2.0 > somewhere? > > Also my host wants to set that IP dynamically when the container is > created. Is there a way for the container to find out that IP after it's > running? > > On Fri, Apr 1, 2016 at 10:40 AM, Michael Taylor <[email protected]> > wrote: > >> >> <https://lh3.googleusercontent.com/-lCbTELbY50c/Vv6Ec3xdfCI/AAAAAAAASUA/eqVdZ2uxlGw-o5Fyj7puca3I8pkTl25Xg/s1600/Capture.PNG> >> >> Client browsers now need to connect to the REST interface on port 12900, >> and the Docker image now needs that port to be forwarded when the container >> is started. >> >> The web interface gets URL B for the REST interface from the server and >> tries to connect to it, but it's not working because my browser can't route >> to Docker's internal network. >> >> Somehow the graylog server needs to know the host's outside IP so it can >> tell clients the correct REST interface. Can URL B be specified to match >> URL A or its IP address with a docker variable? >> >> >> >> >> >> >> -- >> 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/topic/graylog2/NGEinDr04RE/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/msgid/graylog2/d3a10e42-5a15-40ff-b498-c95769069bbb%40googlegroups.com >> <https://groups.google.com/d/msgid/graylog2/d3a10e42-5a15-40ff-b498-c95769069bbb%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/CAHKfBh6Ck9unxfpjV7wu3bAYPd7s9fv87i-v57CJr6TQHDsR9w%40mail.gmail.com > <https://groups.google.com/d/msgid/graylog2/CAHKfBh6Ck9unxfpjV7wu3bAYPd7s9fv87i-v57CJr6TQHDsR9w%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Developer Tel.: +49 (0)40 609 452 077 Fax.: +49 (0)40 609 452 078 TORCH GmbH - A Graylog Company Steckelhörn 11 20457 Hamburg Germany https://www.graylog.com <https://www.torch.sh/> Commercial Reg. (Registergericht): Amtsgericht Hamburg, HRB 125175 Geschäftsführer: Lennart Koopmann (CEO) -- 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/CAMqbBb%2BLNou5iHsd50q2n8fTk2jbBtucn8LNuG0GCMqaiT%3D-mg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
