Re: Nifi cluster features - Questions

2016-01-08 Thread Bryan Bende
Hi Chakri, I believe the DistributeLoad processor is more for load balancing when sending to downstream systems. For example, if you had two HTTP endpoints, you could have the first relationship from DistributeLoad going to a PostHTTP that posts to endpoint #1, and the second relationship going

Re: Nifi cluster features - Questions

2016-01-08 Thread Chakrader Dewaragatla
Mark – I have setup a two node cluster and tried the following . GenrateFlowfile processor (Run only on primary node) —> DistributionLoad processor (RoundRobin) —> PutFile >> The GetFile/PutFile will run on all nodes (unless you schedule it to run on >> primary node only). >From your above

Re: Merge ListenSyslog events

2016-01-08 Thread Bryan Bende
Hello, Glad to hear you are getting started using ListenSyslog! You are definitely running into something that we should consider supporting. The current implementation treats each new-line as the message delimiter and places each message on to a queue. When the processor is triggered, it grabs

Merge ListenSyslog events

2016-01-08 Thread Louis-Étienne Dorval
Hi everyone! I'm looking to use the new ListenSyslog processor in a proof-of-concept [project but I encounter a problem that I can find a suitable solution (yet!). I'm receiving logs from multiple Java-based server using a logback/log4j SyslogAppender. The messages are received successfully but