Graylog ‘versioncheck = false’ configuration option not working.
Graylog version: Graylog 3.3.13
I have deployed Graylog with helm chart to kubernetes as replicated service. On the chart I have set versioncheck = false like this: --set graylog.config="versionchecks=false"
This works, and adds the line to graylog configuration that is visible inside the pod in this file:
/usr/share/graylog/config/graylog.conf
To get a better reply for your issue the community may need more information then you have already . For a better understanding please look at this post.
Thank you! From the link to documentation provided: " The bundled configuration files are stored in /usr/share/graylog/data/config/ inside the Docker container."
So it seems that the configuration is set correctly. I will give more specific info as soon as possible.
EDIT: The setting has “kicked in” about 24h after setting it, no more traces about polling the new version. I’m happy, but little bit unsure what happened, no restart or anything what so ever…