Skip to content

RedMarkerTech/logspout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logspout

Logspout with build fix and TCP+UDP logging enabled.

Contents of this repo:

git clone https://github.com/gliderlabs/logspout

Replace modules.go with:

package main

import (
  _ "github.com/looplab/logspout-logstash"
  _ "github.com/gliderlabs/logspout/transports/udp"
  _ "github.com/gliderlabs/logspout/transports/tcp"
)

Save https://github.com/looplab/logspout-logstash/blob/master/logstash.go to adapters/logstash/logstash.go.

Apply this patch to build.sh.

About

Log routing for Docker container logs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.6%
  • Makefile 4.4%
  • Shell 1.5%
  • Dockerfile 0.5%