I'm running FlowTools 4.6 together with SiLK to gather NetFlow exports from around 20 v5 and v9 sensors and it's working great.
The only thing that wasn't working was FlowGrapher Analysis. After some troubleshooting/debugging I figured it was caused by non-default date format ($date_format = "YMD"). After switching back to $date_format = "MDY" everything started working as described in the docs.
I wanted to share this because someone else might find it useful.
I'm also hoping that it might get fixed in the next release :)
Thanks for great job with FV!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm running FlowTools 4.6 together with SiLK to gather NetFlow exports from around 20 v5 and v9 sensors and it's working great.
The only thing that wasn't working was FlowGrapher Analysis. After some troubleshooting/debugging I figured it was caused by non-default date format ($date_format = "YMD"). After switching back to $date_format = "MDY" everything started working as described in the docs.
I wanted to share this because someone else might find it useful.
I'm also hoping that it might get fixed in the next release :)
Thanks for great job with FV!
Thank you Bartosz for great debugging. Yes I will fix this for the next release.
Thank you for sharing it ...
Joe