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

Does Vflow support the use of Kafka partition key to direct flow messages to a specific partition based on device ID for example? This feature will be helpful to do...

This PR fixes the panic when running the unit test `TestMirrorIPFIX` by setting the default value for `IPFIXUDPSize`. ``` === RUN TestMirrorIPFIX panic: runtime error: slice bounds out of range...

According to https://sflow.org/SFLOW-DATAGRAM5.txt the SourceID should be treated as uint32. The current implementation only allows decoding of one byte instead of the whole data in source_id. ``` /* sFlowDataSource encoded...

Hello, When I am parsing sflow using vflow so in that 2 cases is happening. 1. When I have given the below flow it's parsed successfully and given respected output,...

Are you aware of the following vulnerability https://www.whitesourcesoftware.com/vulnerability-database/CVE-2019-17543 tied to https://github.com/cloudflare/golz4? Thank you

Hello, Following issue #71 - any flow with a private element is not handled at all and logs the error (which also inflates eventually). Instead, @avimas and I suggest to...

Followed the steps mentioned in https://github.com/VerizonDigital/vflow/issues/71 but still getting the same error. changed the file /etc/vflow/ipfix.elements and restarted vflow usinf service vflow restart but still getting the error.

Does vflow support Sflow collection from SONIC. I'm able to collect sflow from some devices in our environment but I'm not seeing information such as source IP, Source port, DST...

I am testing the sflow collecting with "host sflow" tool (https://sflow.net/host-sflow-linux-config.php). I can see the packets coming in but nothing is written to the Kafka topics and there are no...

Hi, I did not see any reference to extensions and specifically to the gateway extension for BGP attributes. Are these supported and if not could this be added?

enhancement