Description | This article describes how to increase the number of items to populate in report database. |
Scope | |
Solution |
By default, some charts in the local report will be displayed only the top 10 items such as Top Applications by Bandwidth.
It is possible to increase the top-n by.
# config report la edit <report name> # config body-item edit <chart ID> set top-n end end
The example as below. Top-n will be increased of Top Applications by Bandwidth (ID 411) to 15.
# config report layout
The result.
It is possible to check chart ID by.
# show report layout | grep chart -f |