ParseNetflowv5 2.0.0

Bundle
org.apache.nifi | nifi-network-processors-nar
Description
Parses netflowv5 byte ingest and add to NiFi flowfile as attributes or JSON content.
Tags
attributes, byte, datagram, netflow, network, packet, v5
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success Any FlowFile that is successfully parsed as a netflowv5 data will be transferred to this Relationship.
failure Any FlowFile that could not be parsed as a netflowv5 message will be transferred to this Relationship without any attributes being added
original The original raw content
Reads Attributes
Name Description
udp.port Optionally read if packets are received from UDP datagrams.
Writes Attributes
Name Description
netflowv5.header.* The key and value generated by the parsing of the header fields.
netflowv5.record.* The key and value generated by the parsing of the record fields.