Hi and first of all thanks for this awesome role. It helped me a lot.
I just ran into an issue while trying to configure https for the web interface. Changes to the config had no effect. Turns out that all variable names in templates/graylog.web.default.j2 are prefixed GRAYLOG2. The init script /etc/init/graylog-web.conf of the web interface looks like this:
As you can see all variables are prefixed GRAYLOG in the init script without the 2, thus the default is not effective.
I'm using graylog-web version 1.0.2-1.
Hi and first of all thanks for this awesome role. It helped me a lot. I just ran into an issue while trying to configure https for the web interface. Changes to the config had no effect. Turns out that all variable names in
templates/graylog.web.default.j2
are prefixedGRAYLOG2
. The init script/etc/init/graylog-web.conf
of the web interface looks like this:As you can see all variables are prefixed
GRAYLOG
in the init script without the2
, thus the default is not effective. I'm using graylog-web version 1.0.2-1.