Re: Which theme flume.apache.org use?

2016-10-16 Thread Attila Simon
Hi, I usually build the docs with "mvn site". Am I missing something? Could you please clarify which doc and theme are you referring to? (Eg some screenshot would help) Cheers, Attila On Friday, 14 October 2016, Robert Lu wrote: > Hi, all. > > I want to generate flume locally, but when I run `

Re: Sending a call back/notification to the user when using HttpSource in Flume 1.5.2

2016-10-16 Thread Attila Simon
Hi Archana, This sounds interesting. Could you please attach some code so we can discuss further? (Pull request, patch, gist, code snippets, anything would make it) Cheers, Attila On Thursday, 13 October 2016, archana ravindran wrote: > Hi, > > We needed a feature in Httpsource wherein when a h

Re: Kafka channel without sink

2016-10-16 Thread Silvio Di gregorio
Thanks a lot Grigoriy Il 16/ott/2016 15:08, "Grigoriy Roghkov" ha scritto: > Hi, yes you can. > > An example configuration: > > agent1.sources = source1 > agent1.channels = channel1 > > agent1.sources.source1.channels = channel1 > > agent1.sources.source1.type = syslogtcp > agent1.sources.source

Re: Kafka channel without sink

2016-10-16 Thread Grigoriy Roghkov
Hi, yes you can. An example configuration: agent1.sources = source1 agent1.channels = channel1 agent1.sources.source1.channels = channel1 agent1.sources.source1.type = syslogtcp agent1.sources.source1.host=syslog_host agent1.sources.source1.port=5140 agent1.channels.channel1.type = org.apache.