fluentd-docker-image icon indicating copy to clipboard operation
fluentd-docker-image copied to clipboard

Docker image for Fluentd

Results 61 fluentd-docker-image issues
Sort by recently updated
recently updated
newest added

I developed a plug-in parser_test.rb, placed in the /home/docker/fluentd/plugin directory, docker started mapping the directory run as -v /home/docker/fluentd/plugin:/fluentd/plugin But there is an error when starting, config error file =...

Hi guys, I am trying to build a new custom docker image following the example in the documenation. All examples from documentation are failing on gem source -c command with...

I am trying to run fluentd inside docker container with elastic search plugin. i tried both alpine based docker file mention in document and this debian based both throws same...

I am trying to work with Fluentd on `s390x`, but I am a little confused on which Docker Hub I should be pulling from. On the top of this repo,...

Hey fluentd-docker-image maintaners! I've noticed that debian based fluentd images (debian & armhf) do not have the fluent homedir created: ``` $ docker run -it --rm fluent/fluentd:v1.6.2-debian-1.0 sh $grep fluent...

what is best way to health check this container ?

Hello, I wonder if running fluentd-ui on the same container as fluentd is a good idea, since its a good practice to keep only one process per docker container. is...

When following the instructions in the readme, the symlink created by fluentd via `symlink_path /fluentd/log/docker.log` is broken when read from the host. If the symlink were relative it would work....

fluentd tag v1.3.2 container is no exist user `fluent` ``` docker run --rm -it --entrypoint /bin/sh fluent/fluentd:v1.3.2 / # id fluent id: unknown user fluent docker run --rm -it --entrypoint...

The owner and group of `/fluentd` is changed to fluent recursively. (The `fluent.conf` is copied thereafter, so it's owned by root.) Does the user fluent need to write into any...