Hi IMHO, since most of the "interesting" fields in NetflowV9 are somehow Vendor-specific, you'll be unlikely to find a generic NiFI-Processor, complete and ready-to-use. We ended up writing a NiFi processor from scratch with different "dialect" settings per Netflow-generating device family, only implementing the decoding needed in our use case. The repo linked in Pierre's answer looks like a very good starting point though.
On Tue, Dec 8, 2020 at 8:43 PM Thane Durey <[email protected]> wrote: > > Hello all, > > Has anyone found a solution to utilize NetflowV9? I know NiFi v1.12.1 has a > processor to parse Netflow version 5, but I haven't found any information on > Netflow version 9. > > From all the browsing I've done, I've only found a few tickets/issues that > discuss it in the issues.apache.org/jira page. But I don't know if it's > actively being worked on, or when it will be released > > Has anyone implemented anything v9? > > Any help would be appreciated, > > Thanks, > T
