Louis

Results 206 comments of Louis

Hello, This is not possible. Adding such filters would complicate a lot the code. I would suggest filtering once decoded (in Kafka using tools like vector or at query time...

Hello @majid-darvishfard, Could you use the issue template? I am missing a lot of information to be able to help. Please provide Linux kernel version, GoFlow2 version, command-line...

Sorry for the delay What's the amount of flows per second? Have a look at: https://github.com/netsampler/goflow2/blob/main/docs/performance.md Try without blocking mode

@majid-darvishfard let me know if your issue is solved. Otherwise will close.

Hello, Is the quote before `-listen` supposed to be there? Are you using `GOMAXPROCS` somewhere?

@brandond thank you! Will open an issue there and link to it here. > Maybe don't try to mix native nft and iptables-nft use on the same host? Why are...

Hi @fionera Thank you for raising the issue. In an effort to reduce some fields that were only available in NetFlow/IPFIX, I ended up making flow direction configurable via the...

Unfortunately, I didn't get around to write proper documentation. But in short: You need to use a [`TemplateMapper`](https://pkg.go.dev/github.com/netsampler/goflow2/[email protected]/producer/proto#TemplateMapper) implementation. To be passed to [`ConvertNetFlowDataSet`](https://pkg.go.dev/github.com/netsampler/goflow2/[email protected]/producer/proto#ConvertNetFlowDataSet) function that decodes NetFlow/IPFIX. Or if...

@fionera looking at your code I believe you have the following option: updating the library and its protobuf. You would have to use [`protreflect`](https://pkg.go.dev/google.golang.org/[email protected]/reflect/protoreflect#Message)'s functions to populate such field (for...

Hello, What issues are you seeing? Could you provide me with a packet capture. Thank you