graylog-docker
graylog-docker copied to clipboard
Official Graylog Docker image
Bumps eclipse-temurin from 17-jre-jammy to 21-jre-jammy. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps eclipse-temurin from 17-jre-jammy to 21-jre-jammy. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
https://github.com/Graylog2/graylog-docker/blob/5da05dfaae6f98929297acf1c19209a447d73ecf/docker-entrypoint.sh#L69C1-L73C109 these lines merge the plugins into one directory, which gets referenced ```bash # Merge plugin dirs to allow mounting of /plugin as a volume export GRAYLOG_PLUGIN_DIR=${GRAYLOG_HOME}/plugins-merged rm -f ${GRAYLOG_PLUGIN_DIR}/*...
https://github.com/Graylog2/graylog-docker/blob/5da05dfaae6f98929297acf1c19209a447d73ecf/docker-entrypoint.sh#L76C1-L87C2 this function checks paths exist, and chowns them to `graylog:graylog` if they aren't already owned by `graylog:graylog` ```bash setup() { # Create data directories for d in journal log...
Hello, we recently had to modify the graylog Dockerfile to allow set the graylog uid/gid since we are using the application with LDAP. I have modified the Dockerfile and the...
Hi I am trying to upgrade from Graylog 4.2 to 4.3 and I am getting a weird start error. ``` graylog_1 | find: ‘/plugins-default/’: No such file or directory ```...
I am running the Dockerized version of Graylog (5.2 and 5.2.6) through an Nginx reverse proxy and when I access the /api/ page it does not redirect me to login...
using the default config https://github.com/Graylog2/docker-compose/blob/main/open-core/docker-compose.yml I am not able to bind to a netmaker ip address and can not open the gui Logs with GRAYLOG_HTTP_BIND_ADDRESS: "0.0.0.0:9000" GRAYLOG_HTTP_EXTERNAL_URI: "http://localhost:9000/" ``` It...
- Unify server and enterprise Dockerfiles - Allow custom DOWNLOAD_URL to build snapshots - Adjust build and test scripts to handle SNAPSHOT builds
## Notes for Reviewers - [ ] The commit history must be preserved - please use the rebase-merge or standard merge option instead of squash-merge - [ ] Sync up...