fluent-bit-docker-image icon indicating copy to clipboard operation
fluent-bit-docker-image copied to clipboard

Docker image for Fluent Bit

Results 22 fluent-bit-docker-image issues
Sort by recently updated
recently updated
newest added

What is "source" in DockerFile, please? ![image](https://user-images.githubusercontent.com/105624645/231739887-cf07d1f0-afb9-4032-af08-08113cb301a7.png)

When I try to run the docker image as a different user I get the following error: [2020/06/12 08:24:17] [error] [storage] [chunkio] cannot initialize root path /var/log/flb-storage I want to...

According to AWS doc: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_HealthCheck.html [ "CMD-SHELL", "curl -f http://localhost/ || exit 1" ] is the simplest way to do health check However there is no shell and no curl...

Hi. I've tried to run the security scanner [trivy](https://github.com/aquasecurity/trivy) against the `fluent/fluent-bit` image and it found multiple CVEs including critical onese. # How to reproduce 1. Install the vulnerability scanner...

CVE-2022-29155 and CVE-2022-1292 are being reported as CVEs in the 1.9.3 release. ``` trivy i --severity CRITICAL kubesphere/fluent-bit:v1.9.3 2022-05-25T08:55:05.511+0200 INFO Detected OS: debian 2022-05-25T08:55:05.511+0200 INFO Detecting Debian vulnerabilities... 2022-05-25T08:55:05.532+0200 INFO...

The latest release on docker hub is 1.8.13. It seems 1.8.12 and 1.8.13 is missing tags in this repository. Perhaps this was missed during release?

Using `gcr.io/distroless/cc-debian11` instead of `gcr.io/distroless/cc-debian10` Using `LABEL` instead of `MAINTAINER` (deprecated)

I am getting below error when i create spring boot logging with Fluent docker-compose up Docker Compose is now in the Docker CLI, try `docker compose up` Building app [+]...

Fix "Test it" section so fluent-bit container starts up with listener on TCP port 24224 since the default configuration is missing this.

I'm trying to push directly on ES my audit logs. ``` docker run -ti -v /Users/franck.milleville/Desktop/debug/fluent-bit/logs.log:/logs.log \ fluent/fluent-bit:1.6.4 \ /fluent-bit/bin/fluent-bit -R /fluent-bit/etc/parsers.conf \ -i tail -p path=/logs.log \ -p parser=json...