Sign inSign up

nodeintegration/logspout-fluentd

By nodeintegration

Updated about 9 years ago

Tiny Logspout adapter to send Docker container logs to Fluentd via UDP or TCP.

Image
1

100K+

nodeintegration/logspout-fluentd repository overview

logspout-fluentd

Tiny Logspout adapter to send Docker container logs to Fluentd via UDP or TCP. This just the hosted working version of segmentio/logspout-fluentd.

Example

A sample docker-compose.yaml file:

version: '2'
services:
  logspout:
    image: nodeintegration/logspout-fluentd
    restart: on-failure
    environment:
      ROUTE_URIS: fluentd-tcp://fluentd:24224
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock

  fluentd:
    image: nodeintegration/fluentd
    command: |+
      fluentd -c /fluentd/etc/fluent.conf -i '
      <source>
      @type forward
      port 24224
      </source>
      <match **>
      @type stdout
      </match>'

Tag summary

Content type

Image

Digest

Size

15.4 MB

Last updated

about 9 years ago

docker pull nodeintegration/logspout-fluentd