graylog-docker
graylog-docker copied to clipboard
Official Graylog Docker image
We've updated our Graylog docker image to latest version pushed on `graylog/graylog:4.3` (which is 4.3.4), and since then the graylog container fails to start. Inspecting docker logs shows that this...
Fixes #206
When attempting to release the Docker images for Graylog `4.3.5` (https://github.com/Graylog2/graylog-docker/commit/b326f09c00d9b3f246acddffe56e73f73e8fe189), the following error occurred for the `4.3.5-1` tag release job: ``` 12:29:38 #45 0.523 standard_init_linux.go:228: exec user process caused:...
Bumps eclipse-temurin from 8-jre-jammy to 18-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...
## TODO - [ ] Document `GRAYLOG_` environment option for all images, not just the server image
The [Installing Graylog](https://docs.graylog.org/docs/installing) documentation indicates Java 17 is supported (and actually suggests it's a prerequisite-- obviously some incorrect info in that section). If that's actually the case, it'd be nice...
Hello! I'm trying to mount a persistent volume that will eventually contain plugin jar files. Graylog really hates the `lost+found` directory created in Kubernetes volume mounts, but I worked around...
Hello Team, I was trying to bring curl command to bring some properties enabled once graylog is up but its not working for me I tried below thing graylog() {...
Hi, I don't know if it is wanted, but when I run containers, the graylog container has the unhealty label during execution. This seems to be caused by this command:...
we should add a health check to the forwarder image to give users the ability to have this forwarder restarted automatically on failure. This need to be added to the...