Fluentd agent with secure_forwarding enabled.
1.1K
The official fluentd container with the secure_forward plugin enabled.
$ docker run -d -ti \
--name fluentd_agent \
--hostname "$(hostname -f)" \
-p 127.0.0.1:24224:24224 \
-e FLUENTD_TARGET=fluentd.somehost.com \
-e FLUENTD_SECRET=ABC123 \
vpetersson/fluentd-secure_host
With the container running, you can now launch your other containers with:
$ docker run -ti \
--log-driver=fluentd \
your-contianer
Built for Provisioner.
Content type
Image
Digest
Size
10.8 MB
Last updated
over 9 years ago
docker pull vpetersson/fluentd-secure_forward