vflow
vflow copied to clipboard
Enterprise Network Flow Collector (IPFIX, sFlow, Netflow)
ipfix/nf9 templates define fields and their length, but not their exact type (string, byte, etc). The type is defined in list maintained by IANA (https://www.iana.org/assignments/ipfix/ipfix.xhtml), and there's rfc51024_model.go and the...
vflow can't connect to kafka. the error is [vflow] 2023/01/11 09:25:26 Welcome to vFlow v.0.4.1 Apache License 2.0 [vflow] 2023/01/11 09:25:26 Copyright (C) 2017 Verizon. github.com/VerizonDigital/vflow [vflow] 2023/01/11 09:25:26 starting...
Fixes issue #175, issue #108
According to the sflow RFC 3176, page 19, the struct flow_sample contains 4 bytes of source id, where the first byte is the type (0 = ifindex, 1 = smonVlanDataSource,...
Closes #174
On my setup on k8s, when I run the stress script, I don't see vflow_ipfix_udp_packets metric increasing. Any reason why?
In memcache.go there's TemplatesShard which has a map with uint32 as key. The key is computed as a hash of the sender's IP and template ID. It is possible to...
Please bring the modules and go.mod itself up to date. For example, go.mod itself references go 1.15. This needs to be kept inline with [Go release policy](https://go.dev/doc/devel/release) of "current and...
Without raw capabilities test does nothing, but with them fails later on buffer put with short crafted body or IPv4 send permission in IPv6-only environment
I have many ipfix records which inserted in the kafka and i have created consumer via go language with this code ``` package main import ( "context" "database/sql" "encoding/json" "flag"...