Skip to main content
awasfi_FTNT
Staff
Staff
January 27, 2026

Troubleshooting Tip: 'No Record Found' in the View Logs Panel for Incidents

  • January 27, 2026
  • 0 replies
  • 553 views
Description This article describes how to increase the number of incident alerts on FortiAnalyzer so that the related logs appear correctly in the View Logs panel.
Scope FortiAnalyzer.
Solution

Incidents in FortiAnalyzer are generated by predefined Event Handlers. In some cases, when navigating to Incidents & Events -> Incidents Handler, selecting an event, and selecting View Logs: the message 'No record found' may appear.
This can happen even though the relevant logs are visible under Log View -> Logs

 

No_Record.jpg

 

The issue is usually caused by the alert table reaching its maximum size. Increasing the max-alert-count allows FortiAnalyzer to store more alerts and display the corresponding logs in the View Logs section.

 

Maximum alert count can be increased from the CLI by using the following commands:

 

config system log alert
    set max-alert-count <integer>
end

 

The valid range for max-alert-count is 100 to 1,000,000.

 

After applying this change, the View Logs option under Incidents & Events -> Incidents Handler should display the corresponding logs correctly again.

 

Record_Found.jpg