Just trying to get everything in prior to the 1.5 release. ________________________________________ From: Scott Chapman <sc...@woofplanet.com> Sent: Thursday, January 22, 2015 9:32 AM To: users@kafka.apache.org Subject: Re: using the new logstash-kafka plugin
Awesome, what release are you targeting? Or are you able to make updates to the plugin outside of kafka? On Thu Jan 22 2015 at 9:31:26 AM Joseph Lawson <jlaw...@roomkey.com> wrote: > Scott you will have to do just one topic per input right now but multiple > topics per group, whitelisting and blacklisting just got merged into > jruby-kafka and I'm working them up the chain to my logstash-kafka and then > pass it to the logstash-input/output/-kafka plugin. > > ________________________________________ > From: Scott Chapman <sc...@woofplanet.com> > Sent: Wednesday, January 21, 2015 8:32 PM > To: users@kafka.apache.org > Subject: using the new logstash-kafka plugin > > We are starting to use the new logstash-kafka plugin, and I am wondering if > it is possible to read multiple topics? Or do you need to create separate > logstashes for each topic to parse? > > We are consuming multi-line logs from a service running on a bunch of > different hosts, so we address that by creating single partition topics for > our producers. > > We then want to have logstash consume them for ELK. > > Thanks in advance! >