Aaron Turner
Aaron Turner
@robgarrett: Please provide the ntopng logs at `--verbose=5` log level.
btw, are you running a licensed version of ntopng? because you're missing the `--community` flag if you're not.
@GyroW what software is Mikrotik using to generate netflow data? did this work with ntopng v5?
@GyroW well this ticket is for openflow support, so maybe you should open a new issue? FYI: https://hub.docker.com/layers/u238/ntopng/5.7.231030/images/sha256-5752272af56fe88d36b9fd7546835c7c55f1afea48d8228d421fd30c42fcfa68?context=explore
Are you trying to parse the timestamp in code or is this in your opinion a question of human readability? Or is it just you like RFC's? :D
Is epoch seconds viable? I ask, because parsing epoch seconds tends to be the lowest common denominator for the `date` command and every language under the sun. Originally, I almost...
So this actually appears to be more serious than a fake error- the data is actually getting truncated to ~2500 bytes. Curious if anyone keyring is interested in automatically sharding...
So the problem is that you're creating a new empty Configuration object and it's missing the necessary options for the mapping to the actual hosts/ports. Good overview of the necessary...
@alex-dot I'm getting the exact same error. Did you ever figure out a fix?