fluentd-docker-image
fluentd-docker-image copied to clipboard
Docker image for Fluentd
Images with new tag scheme are crashing, `v1.3.2-1.0`/`v1.3.2-debian-1.0` with the following error: ``` 2018-12-26 22:22:12 +0000 [info]: parsing config file is succeeded path="/fluentd/etc/fluent.conf" 2018-12-26 22:22:12 +0000 [error]: config error file="/fluentd/etc/fluent.conf"...
As of now the variable `FLUENTD_CONF` only allows relative paths, assuming `/fluentd/etc` as base path (implicitly). It would be nice to be able to keep the config both on the...
I'm running Fluentd as root user by setting env variable `FLUENT_UID=0`. I do this in the case of using `fluent-plugin-systemd` plugin which needs access to journald as root user. It...
- fluentd or td-agent version. 1.2.0 - Environment information, e.g. OS. K8S version 1.10.0 - Your configuration trying to deploy using a deamonset in pre baked docker image: my docker...
I am trying use tail plugin to record log to mongo, but when starting td-agent(using docker), the log file is not exists and the pos file also does not been...
I am trying to use this image on my OpenShift Instance. But since there is a restriction to run the containers on pods as non-root user, this image is failing...
# Description When I use the `fluent/fluentd:v1.1.0` image the `in_tail` plugin fallbacks to polling file every 5 seconds instead of using `inotify`. This causes loss in timestamp precision. `fluent/fluentd:v1.1.0-debian` image...
I'm using the 'onbuild' base image to create my custom fluentd image. Dockerfile as below ``` ROM fluent/fluentd:v1.0.2-onbuild RUN apk add --update --virtual .build-deps sudo build-base ruby-dev \ && sudo...
All recent versions of the Fluentd Docker image exit with code 143 when receiving a SIGTERM (i.e. `docker stop`, `docker-compose stop`, or `docker-compose down`). Is this expected behavior, or should...