Re: Syslog Collector to Kafka 0.8 -- in Go

2014-07-11 Thread Joe Stein
Awesome, thanks Philip! I updated the ecosystem page https://cwiki.apache.org/confluence/display/KAFKA/Ecosystem /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop

Syslog Collector to Kafka 0.8 -- in Go

2014-07-11 Thread Philip O'Toole
I went looking for a Syslog Collector, written in Go, which would stream to Kafka. I couldn't find any, so put one together myself -- others might be interested. It optionally performs basic parsing of an RFC5424 header too, before streaming the messages to Kafka. As always, YMMV. https://gith