vflow
vflow copied to clipboard
Enterprise Network Flow Collector (IPFIX, sFlow, Netflow)
Hey. sflow data not decoded from the device [Cisco Nexus](https://blog.sflow.com/2012/08/cisco-adds-sflow-support.html) Question. Planned to support devices in this series? The same issues: #55 #53
Hi, I have a question how vflow handle IPFIX/Netflow v9 sampling rate, does it get from **Option Data Sets** and multiply by the number of bytes and packets automatically?
Fixes issue https://github.com/VerizonDigital/vflow/issues/144 Currently memcache_rpc.go is tightly coupled with multicast discovery. This commit decouples RPC and discovery and provides a simple pluggable implementation for discovery. 1. Discovery strategy can be...
In kubernetes and other cloud providers, multicast is disabled and usually not possible to enable. IPFIX template discovery in this scenario will fail. Is there an alternative method or plan...
I've got a feature request for vflow. It would be very convenient if the Netflow and IPfix could be configured to output decoded named IANA elements. Sort of like the...
Dear Team, We currently have a setup that gathers Netflow data using vFlow which is sent to a Kafka instance from where it goes to Elasticsearch. On analyzing the data...
I am testing vFlow in Docker with Confluent Kafka. Creating a test netflow v5 flow with nerdalert/nflow-generator. The topic is created in Kafka but no data is written to the...
### Background/Use Case InfluxData's Telegraf project received a request (influxdata/telegraf#8425) to integrated into vFlow for IPFIX/NetFlow support. Currently Telegraf does not support binary (ex: protobuf) formats. ### Feature Request Request...
It seems that vflow does not support reduced-size encoding as per rfc5153 section-5.2. Using reduced-size encoding for elements ends up with values showing as hex after been processed by vflow.
Hi, I am using your tool to verify an implementation of IPFix by decoding IPFix payloads. It successfully decodes in most of the cases but I came upon the following...