goflow icon indicating copy to clipboard operation
goflow copied to clipboard

The high-scalability sFlow/NetFlow/IPFIX collector used internally at Cloudflare.

Results 40 goflow issues
Sort by recently updated
recently updated
newest added

Netflow, IPFIX support templates, which supports device, device-class, vendor specific fields. These extended fields contain useful information, but it doesn't necessarily make sense to add to goflow's default list of...

_Contains https://github.com/cloudflare/goflow/pull/70_

I have noticed NextHop in ExtendedRouter and ExtendedGateway are two distinct values and are not always the same. This PR separates them. I have started a new section in proto...

* Expands reuseport to have multiple threads consuming within GoFlow (it was only possible for multiple processes and would work on sFlow)

Raising this ticket to request support for features new to IPFIX as compared to Netflow V9- 1) Support for variable length information element- ====== snip from RFC 7011 ======== 7....

According to IPFIX RFC, when field highest bit is set to 1 then the field is considered Enterprise. In such case just after that filed there are additional 4 bytes...

I have a network monitoring stack set up as follows: ``` SFLOW DATA -> GOFLOW -> KAFKA INSTANCE -> ETC ``` It's currently operational, but I need to enable SSL...