Thanks a lot for this Martin. I wasn't lucky with netcat using TCP but the Go Builder has proved very useful so far.
On Monday, July 13, 2015 at 11:25:57 AM UTC+3, Martin Schütte wrote: > > Am 12.07.15 um 16:44 schrieb Ariel Kogan: > > I'm also trying to connect Varnish to Graylog. Is there a chance you > could share > > how you managed to do it? I've tried Razvan approach of formatting as > GELF and > > sending it through netcat but I don't know why the process terminates > when the > > first requests to Varnish comes in. What I'm running is the following, > > AFAIK "nc -u" will send a single UDP packet and then quit. > Try to use TCP instead. > > > I've also tried going for the go-log2gelf approach but I can't really > get to > > build it. > > You can use the nice Go builder service at > https://gobuilder.me/github.com/DECK36/go-log2gelf > > -- > Martin > -- You received this message because you are subscribed to the Google Groups "graylog2" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
