FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
ssriswadpong
Staff
Staff
Article Id 201225
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.

ssriswadpong_0-1639654647453.png

 

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
    edit "default"
# config body-item
    edit 411
        set top-n 15
    end
end

 

The result.

 

ssriswadpong_1-1639654763988.png

 

It is possible to check chart ID by.

 

# show report layout | grep chart -f