Skip to content
tobiasfielitz edited this page Dec 4, 2017 · 3 revisions

Can't create issues, hence putting it here:

  1. Is it possible to use UDP just by putting
package main

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

into modules.go and nothing else?

  1. Is _ "github.com/udacity/logspout-logstash" required if I just want to bundle multiline logs?

  2. In your README the logstash config is accepting TCP connections, but in modules.go above udp transport is included. That's confusing.

Clone this wiki locally