fluentd-docker-image
fluentd-docker-image copied to clipboard
Docker image for Fluentd
See docs: https://docs.fluentd.org/v/0.12/deployment/plugin-management#add-a-plugin-via-etc-fluent-plugin Referring to `/etc/fluent/plugin` While in code we are using `-p /fluentd/plugins` https://github.com/fluent/fluentd-docker-image/blob/c848dfe1b8616cd7e59a7c01d83817dad8865766/entrypoint.sh.erb#L20 Same goes to `conf` file, when trying to use default binary: ```Traceback (most recent call...
It seems recent images available in docker.io are not being signed as they had been in the past: ``` $ export DOCKER_CONTENT_TRUST=1 $ docker pull fluent/fluentd:v0.12.43-2.0 Error: remote trust data...
I'd like to add a fluent plugin b/c I need to use it in my fluent.conf , for instance: kafka-plugin. I don't see any to add plugin but modifying Dockerfile....
Try to run fluentd container with a sample config file but receive error below when starting up the container: ``` 2021-01-22 21:20:28 +0000 [error]: config error file="/fluentd/etc/fluentd.conf" error_class=Fluent::ConfigError error="Unknown output...
FluentD is not shutting down itself when it is trying to connect to kafka securely over ssl. FluentD version -: 1.9.1 fluentd-plugin-kafka version -: 0.11.1 The configuration of fluentd and...
The readme has two conflicting parts: 1. The "How to build your own image" section suggests **onbuild** images must be used, 2. **onbuild** images are declared deprecated and should not...
Scanning fluent/fluentd:v1.11-debian-1 with AWS ECR Image scanning yields the following vulnerabilities: * 2 critical: CVE-2019-19816, CVE-2019-19814 * 7 high: CVE-2013-7445, CVE-2019-19815, CVE-2020-13974, CVE-2019-19074, CVE-2020-12464, CVE-2019-19813, CVE-2020-10878 Most of them are...
- OS: macOS Catalina 10.15.6 - docker desktop: 2.3.0.4 - docker Engine: 19.03.12 - docker Compose: 1.26.2 I'm using Docker with a local loopback address. First, we run the following...
I have the problem that fluent can't write the pos files of the tail plugin into the volume I mount for tailing. The reason is that fluentd doesn't run as...
It seems that in the latest fluentd version there is now issue with mount of the host folder to **/fluentd/logs** The issue happens on dynamically created EC2 instances in AWS....