CESNET / ipfixcol

IPFIXcol is an implementation of an IPFIX (RFC 7011) collector
Other
64 stars 37 forks source link

IPFIX Header Observation ID decoding and send to JSON format to next node #211

Closed shiv1997narayan closed 4 years ago

shiv1997narayan commented 4 years ago

IPFIX Header Observation ID decoding and send to JSON format to next node

How IPFIX col decode Observation ID from IPFIX header and same to decoded in JSON format to send next node in each flow.

One IPFIX message have multiple Flows.

Lukas955 commented 4 years ago

Hello,

the JSON plugin goes through the whole IPFIX message and independently converts each Data Record to JSON object. Since we have already developed the second generation of the IPFIXcol, which is available here, consider using it instead of this first generation - it is 2x faster and much safer.

I assume that you probably want to have Observation Domain ID as a part of the converted record. It is possible with the last modifications added in devel branch of the new collector with enabled option <detailedInfo>. The devel branch is quite stable now as we would like to make a new package soon.

Best regards Lukas