Member since
10-13-2018
7
Posts
0
Kudos Received
0
Solutions
10-24-2018
02:43 PM
I'm starting to trial NiFi as a data ingestion engine. I would like to input the following datatypes: 1) collectd (UDP): I don't think that NiFi has a collectd parser, so I will need to direct these raw UDP streams to a locally running Telegraf and Logstash instance for parsing. 2) Syslog (UDP): I would like to experiment with routing raw syslog UDP packets (unprocessed) to destinations as well as filtering/parsing the syslog data using the NiFi syslog modules. 3) Netflow (UDP): I would like to take a heavy raw Netflow stream and test performance to forward only a subset of Netflow data based on a list of protocol types that I'm interested in (mapped against one of the Netflow data key values). What I haven't been able to understand in the documentation is how I can redirect raw UDP packet flows, (listening and then forwarding to two destinations), without having to process the particular data in the UDP packet.
... View more
10-19-2018
01:53 PM
Thanks @Matt Clarke. I guess I have a bit of reading to do to find the right processor that just routes raw UDP packets.
... View more
10-14-2018
12:43 AM
Hi there, I am planning on using NiFi for various types of data ingestion, but was wondering if I could use NiFi for raw UDP forwarding. For example if my NiFi server is accepting syslog/UDP can I process the syslog and send to say elasticsearch and also forward that raw unprocessed syslog/UDP flow? Also if I wants to forward/route raw collectd/UDP binary protocol flows could I do that with NiFi? Thanks!
... View more
Labels:
- Labels:
-
Apache NiFi