Skip to main content
ssriswadpong
Staff & Editor
Staff & Editor
December 16, 2021

Technical Tip: Increasing value of top to populate in FortiGate local report

  • December 16, 2021
  • 0 replies
  • 493 views
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.

 

ssriswadpong_0-1639654647453.png

 

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

 

Note: This command is generally only available for models with internal log disks. Supported models are listed in: config report layout.

 

The result.

 

ssriswadpong_1-1639654763988.png

 

It is possible to check the chart ID by.

 

show report layout | grep chart -f

 

Related article

Technical Tip: Local Reports