Louis

Results 206 comments of Louis

Hello, I think I prefer removing it from `recordCommonNetFlowMetrics` in #302, since NetFlow v5 is also emitting the metric in the same function. Thank you Will close this one.

Hello, This is not currently supported. I'll investigate if it's not too [difficult to add](https://pkg.go.dev/net#ListenMulticastUDP). Also please use the correct template when filing issues. Thank you

Hello @ACodingfreak, Thank you for raising this issue. This is not a bug, the default "producer" which converts the raw flow data into something usable does not support counter. Currently...

Thank you for pointing this out. A fix is coming with #299. A change in the docker build process resulted in no `latest` tag pushed. It was still on a...

Base one is less fancy without colors. Native JSON rendering is useful. ```json {"time":"2023-08-09T21:43:07.940616-07:00","level":"INFO","msg":"starting GoFlow2"} {"time":"2023-08-09T21:43:07.941039-07:00","level":"INFO","msg":"starting collection","scheme":"sflow","hostname":"","port":6343,"count":1} {"time":"2023-08-09T21:43:07.941242-07:00","level":"INFO","msg":"starting collection","scheme":"netflow","hostname":"","port":2055,"count":1} {"time":"2023-08-09T21:43:09.525804-07:00","level":"INFO","msg":"receiver closed","scheme":"sflow","hostname":"","port":6343,"count":1} {"time":"2023-08-09T21:43:09.525828-07:00","level":"INFO","msg":"transporter closed"} {"time":"2023-08-09T21:43:09.525854-07:00","level":"INFO","msg":"receiver closed","scheme":"netflow","hostname":"","port":2055,"count":1} {"time":"2023-08-09T21:43:09.52589-07:00","level":"INFO","msg":"closed HTTP server","http":":8080"} ```

Hello, Thank you for suggesting this change. Is there a capture you could provide in order for me to test this?

Thank you @iqbalaydrus

Hello, Thank you for evaluating GoFlow2. Please specify which version you are using. There is a bug in v2.0.0 but fixed in `main`. You can check the number of flows...

Can you give me the whole command line and more information about your environment (docker versions, etc).