Sign inSign up

fteychene/logspout-logstash

By fteychene

•Updated over 10 years ago

Dockerized logspout with logstash adapter.

Image
0

3.0K

fteychene/logspout-logstash repository overview

⁠logspout-logstash

A minimalistic adapter for github.com/gliderlabs/logspout to write to Logstash UDP

Follow the instructions in https://github.com/gliderlabs/logspout/tree/master/custom⁠ on how to build your own Logspout container with custom modules. Basically just copy the contents of the custom folder and include:

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

in modules.go.

Use by setting ROUTE_URIS=logstash://host:port to the Logstash host and port for UDP.

In your logstash config, set the input codec to json e.g:

input {
  udp {
    port => 5000
    codec => json
  }
}

Tag summary

Content type

Image

Digest

Size

8.6 MB

Last updated

over 10 years ago

docker pull fteychene/logspout-logstash