Skip to content

michaeltravisuk/logspout-fluentd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

logspout-fluentd

Logspout module for forwarding logs to fluentd.

Usage

This module works by acting as a fluentd forwarder, sending messages with a tag name docker.{Hostname}, where {Hostname} is the .

Configure Logspout to receive forwarded messages, something like this:

<source>
  type forward
  port 24224
  bind 0.0.0.0
</source>

<match docker.**>
  # Handle messages here.
</match>

About

Logspout module for logging to fluentd.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%