Louis
Louis
Can you run `docker images`? Then make sure you have the latest version of `netsampler/goflow2` by doing `docker pull netsampler/goflow2` or adding [`:e4a14c2`](https://hub.docker.com/r/netsampler/goflow2/tags) after the image name in `docker-compose.yml`: ```...
For ClickHouse: some data is stored as raw binary for performance. I don't know dbweaver but using direct SQL, the IP addresses in a text form can be obtained using...
Yes: it's on purpose to optimize query performance and storage. Other behaviors won't be supported. If you wish to use JSON, you need to edit the various `flows_*` tables from...
Closing as stale
Hi @vigodeltoro I am working on major optimizations at the moment (`app/refactor` branch, see #150) which I am hoping will simplify the sockets and workers setup. Additionally reducing the amount...
Would you be able to run the tests using #150 ? ```bash ./goflow2 -listen sflow://:6343?count=10,netflow://:2055?count=10 ```
Hi @vigodeltoro, I introduced a regression in #49 but fixed in #156. Sorry for this! Could you test with 1.3.2?
Thank you for confirming :) > We are facing issues with the protobuf schema changes :/ which generated us much work. I hope in future that won't happen to often.....
Hi @vigodeltoro Really sorry for what you're experiencing :( Would you be able to test another versions? For instance `5529d49` In the case of v1.3.3, have you tried without `count=4`...
Hi @vigodeltoro ! Let me know if you're still experiencing the issue