vflow icon indicating copy to clipboard operation
vflow copied to clipboard

Enterprise Network Flow Collector (IPFIX, sFlow, Netflow)

Results 75 vflow issues
Sort by recently updated
recently updated
newest added

Jan 14 21:46:19 nfl-aer-001 vflow[84470]: [vflow] 2020/01/14 21:46:19 the full logging enabled Jan 14 21:46:19 nfl-aer-001 vflow[84470]: fatal error: concurrent map read and map write Jan 14 21:46:19 nfl-aer-001 vflow[84470]:...

If vflow does not support downstream forwarding - forwarding in specific flow formats, to multiple downstream flow-analysis systems - please consider this a feature request for that. If vflow *does*...

I think sending RAW IPFIX/Netflow data to Kafka would be extremely beneficial instead of decoding it to JSON. Is this possible?

I am using a Cisco ASA to test this out with latest software and flow exporter in v9 format. It looks to me like the IPFIX decoder uses non-fatal error...

Hello folks, We installed vflow 0.7 from rpm. As part of our troubleshooting, we compiled it from source and swapped the executable that rpm creates under /bin with what we...

Is it possible with this collector to receive IPFIX packages over TCP with TLS or UDP with DTLS? For the moment the IPFIX packages are all over UDP without encryption...

I have machine receive Netflow v9 and have mechine consume ,somtines receive UNIXSecs bigger than now time。so why?

I'm trying to run vFlow in docker environment so I have confluent being set up and it works properly, but when I run vFlow it seems like it doesn't take...

In IPFIX and Netflow, additionnal kind of records named "options" exists, such as interface table, vrf table or sampler options. They are additionnal mapping (eg. vrf_index => vrf_name) that are...

I have read example of decoded netflow 9 data. Why not map field name with value? eg. `{"IPv4": "10.10.10.10"}` instead `{"I": "8", V:"10.10.10.10", }` It have another way to map...