Hello;
I am trying to find what is the naming schema for the NetFlowDetail_x files....
For example: NetFlowDetail_1150_1545578.....1150? 1545578?
(for sure this is a newbie question :-) )
Thanks
Thats a great question because i see too many tables with this schema on my DB. I hope somebody can help with that
I once saw a PDF talking about this but I don't find it.....
We have this from NetFlow 3.1 to NetFlow 3.11. NetFlow 4 removed all NetFlow Details tables to the new Flow Data architecture, but this is what it means.
If the Table displays as NetFlowDetail_1150_1545578
1150 will be the Interface ID.
1545578 increments up as we are doing the Detail Table Flows. By default these tables would last for around roughly 90 minutes in the database, then be averaged into 15 minute chunks and placed into the NetFlowSummary1 Table.
Almost correct Sean :-)
In fact it is: NetFlowDetail_NodeID_Timestamp where timestamp is in 15 minutes increments since epoch beginning.
Once those tables are old enough they are summarized into summary1 table and automatically deleted.