Graylog2 / graylog-docker

Official Graylog Docker image
https://hub.docker.com/r/graylog/graylog/
Apache License 2.0
357 stars 132 forks source link

Remove graylog.conf copy for Graylog 6.0 #270

Open bernd opened 8 months ago

bernd commented 8 months ago

The repository currently uses a cusomized copy of the default graylog.conf file in config/graylog.conf plus an additional patch for the Graylog Enterprise image. (patches/graylog-server.conf.patch)

Maintaining a copy of the default config is a maintenance problem and can lead to shipping an outdated configuration.

For Graylog 6.0, we want to remove and replace the customized config file by setting default environment variables in the entry-point script. It must be possible for users to override these values!

We need to set working defaults for the following settings:

Users must configure the following settings:

The entry-point script should validate that all required settings are configured.