Technical Tip: Increasing value of top to populate in FortiGate local report
| Description | This article describes how to increase the number of items to populate in the report database. |
| Scope | FortiGate. |
| Solution | By default, some charts in the local report will display only the top 10 items, such as Top Applications by Bandwidth.
It is possible to increase the top-n by.
config report layout edit <report name> config body-item edit <chart ID> set top-n end end
The example is below. Top-n will be increased for Top Applications by Bandwidth (ID 411) to 15.
config report layout
Note: This command is generally only available for models with internal log disks. Supported models are listed in: config report layout.
The result.
It is possible to check the chart ID by.
show report layout | grep chart -f
Related article: |

