graylog-docker icon indicating copy to clipboard operation
graylog-docker copied to clipboard

Official Graylog Docker image

Results 33 graylog-docker issues
Sort by recently updated
recently updated
newest added

Bumps eclipse-temurin from 17-jre-jammy to 21-jre-jammy. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eclipse-temurin&package-manager=docker&previous-version=17-jre-jammy&new-version=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...

dependencies

Bumps eclipse-temurin from 17-jre-jammy to 21-jre-jammy. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eclipse-temurin&package-manager=docker&previous-version=17-jre-jammy&new-version=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...

dependencies

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}/*...

triaged

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...

triaged

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...

triaged

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 ```...

bug
to-verify

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...

triaged

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...

bug
triaged

- 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...