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 created an image using the example Dockerfile but added in an extra plugin - fluent-plugin-splunk. This plugin errors out when running the container with a "Connection reset by peer"....

I get this stack while trying to build the modified Dockerfile from the README to install new plugin ``` [root@manager2 fluentd]# docker build -t aa/fluentdaggregator . Sending build context to...

Hi, I am creating a customized dockerfile for installing plugins like elasticsearch here is my dockerfile ``` FROM fluent/fluentd:ubuntu-base USER ubuntu WORKDIR /home/ubuntu ENV PATH /home/ubuntu/.gem/ruby/2.2.0/bin:$PATH # install plugins RUN...

Per default gem installs user-packages under /home/fluent/.gem/ruby/**2.2.0**/bin:$PATH Note the ruby version number in there... So as the user needs to add this to his path, this will likely break as...

The logo link is incorrect. Creating a ticket to fix it.

On upgrading Ruby version to 3.1, REXML is dropped from the default gems. AWS related plugin such as fluent-plugin-opensearch and fluent-plugin-s3 are failed to start due to missing XML library...

enhancement

Reduces the alpine image from 46M to 41M. yajl parts can be removed if/when https://github.com/brianmario/yajl-ruby/pull/228 is merged and released.

Hi I followed your instructions to build a custom docker image based on https://github.com/fluent/fluentd-docker-image My docker file is below `FROM fluent/fluentd:v1.16.2-1.1 MAINTAINER YOUR_NAME USER root RUN apk add --no-cache --update...

Hi all! **Describe the bug** In my logs, both output in stdout (make logs) and into files, there is an overwhelming amount of fluentd container logs regarding plug-in issues. I...