-
Notifications
You must be signed in to change notification settings - Fork 3
Home
tobiasfielitz edited this page Dec 4, 2017
·
3 revisions
Can't create issues, hence putting it here:
- Is it possible to use UDP just by putting
package main
import (
_ "github.com/gliderlabs/logspout/transports/udp"
)
into modules.go and nothing else?
-
Is
_ "github.com/udacity/logspout-logstash"
required if I just want to bundle multiline logs? -
In your README the logstash config is accepting TCP connections, but in modules.go above udp transport is included. That's confusing.