Graylog2 / graylog-docker

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

Removing the default es hosts entry so that our autodetection works #258

Closed janheise closed 9 months ago

janheise commented 9 months ago

currently, we have to explicitly unset (set empty) GRAYLOG_ELASTICSEARCH_HOSTS: "" in docker-compose.ymlor when starting docker containers to make autodetection work. this PR fixes it.

fixes https://github.com/Graylog2/graylog-docker/pull/258

Notes for Reviewers