fluentd-docker-image
fluentd-docker-image copied to clipboard
Docker image for Fluentd
Here is my `Dockerfile`: ```dockerfile FROM fluent/fluentd:v0.12-onbuild RUN apk add --update --virtual .build-deps \ sudo build-base ruby-dev \ # cutomize following instruction as you wish && sudo gem install fluent-plugin-mongo...
There currently isn't an Alpine ARM64 image available for Fluentd; with Alpine being the default image OS I'd have expected it to be the first OS with ARM64 support. This...
### Describe the bug The systemd libraries used in the docker image can not read the journal db in newer versions of systemd. This specifically impacts users that run systemd...
The general consensus of Docker best practices include running as a non-root user and using a high static UID and GID ([hexops/dockerfile](https://github.com/hexops/dockerfile) for reference). It would be great if the...
After upgrading the fluentd image to the latest( fluent/fluentd:v1.14-debian) the logs to elastic search has been stopped. Further when we checked the logs of fluentd we observed it is using...
Hello, I usually built this image without any problem on ltsc2019 and 2004 (SAC) images, however myself and collegues are getting stuck here: ``` 19 gems installed Successfully installed win32-service-1.0.1...
Hi Team, I was under the impression that my fluentd will be able to rotate and remove the logs automatically once the buffered logs are processed or pushed to the...
My environment: I run FluentD using Docker-compose file https://docs.fluentd.org/container-deployment It runs ok. I run the simple sample as described here: https://github.com/zoetrope/fluent-logger-csharp Finally: The app works fine but I cannot find...
We are using this image and we have the following vulnerability - [CVE-2020-25613](https://nvd.nist.gov/vuln/detail/CVE-2020-25613) due to package ruby and webrick. Is there a way to fix this? Or can you recommend...