Sign inSign up

vpetersson/fluentd-secure_forward

By vpetersson

Updated over 9 years ago

Fluentd agent with secure_forwarding enabled.

Image
0

1.1K

vpetersson/fluentd-secure_forward repository overview

fluentd-secure_forward

The official fluentd container with the secure_forward plugin enabled.

Start the container

$ 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.

Tag summary

Content type

Image

Digest

Size

10.8 MB

Last updated

over 9 years ago

docker pull vpetersson/fluentd-secure_forward