Top 99 is the limitation of the UI to make the report processing spend less time. This setting is considered for performance reasons.
However, the report can be generated with top N increased to more than 99 from the back-end.
Click image to enlarge.
To disable the UI limitation and increase top N:
-
Backup and modify "/usr/iwss/AdminUI/tomcat/webapps/ROOT/lib/data/report_action.js":
# cp /usr/iwss/AdminUI/tomcat/webapps/ROOT/lib/data/report_action.js /usr/iwss/AdminUI/tomcat/webapps/ROOT/lib/data/report_action.js_COPY
# vim /usr/iwss/AdminUI/tomcat/webapps/ROOT/lib/data/report_action.js
-
Change the following line from:
var value_box = "<input type='text' style='width:30px;' class='report_count' value='"+v2[1]+"' maxlength=2 />";
to
var value_box = "<input type='text' style='width:30px;' class='report_count' value='"+v2[1]+"' />";
Click image to enlarge.
-
Restart the service S99IScanHttpd:
# /etc/iscan/S99IScanHttpd restart
- Clear the cache of the browser and access IWSVA web console.
-
Set the new Report as needed.
Click image to enlarge.