Louis
Louis
Hi @majid-darvishfard, Thank you for reporting this issue Could you make sure your devices are on the correct timezone and on time? Time received is set by the collector. I...
Thank you for this information, the comparison is great. Also noticing start_time=end_time on those packets.. This may be the same as https://github.com/netsampler/goflow2/issues/305 (I fixed for NetFlow v5 a similar issue...
Thank you The pcap does not contain any template unfortunately. But could you have a look if https://github.com/netsampler/goflow2/pull/325 resolves your issue?
@sflow I just tested again, the problem is still present on MacOS :/
Yes it works! Thank you. Closing the PR.
Hello @jujumilk3, I may have found a bug with this implementation: ```python foo_bar: str = Field(alias="foobar", title="My field") ``` Will cause `param.name` to be the value of the alias. There...
@jujumilk3 Thank you again for your work! I just tested with `pydantic==2.1.1` and `fastapi==0.100.1`. The move to v2 of Pydantic got rid of `Required`. It can be redefined with: ```python...
Hello @ACodingfreak, Are you running Kafka inside a docker-compose? My guess is that you do not have Kafka configured with `KAFKA_ADVERTISED_LISTENERS=10.10.26.207:9092` which results in Kafka giving its hostname `kafka1`. You...
@ACodingfreak : yes, the advertised listener is wrong, it keeps returning `kafka1:9092` this is why I was also suggesting the `/etc/hosts` method since I'm not heavily familiar with Kafka's environment...
Good catch, it's also incremented in `recordCommonNetFlowMetrics()`. Thank you