FortiAnalyzer
FortiAnalyzer can receive logs and Windows host events directly from endpoints connected to EMS, and you can use FortiAnalyzer to analyze the logs and run reports.
jasonhong
Staff
Staff
Article Id 302790
Description

This article describes the scenario where FortiAnalyzer reports and report templates are missing/not loading.

Scope FortiAnalyzer.
Solution
  1. When FortiAnalyzer reports and report templates/charts are not present under the Reports/Chart/Dataset page, it usually suggests that the FortiAnalyzer configuration is either corrupted or there is configuration loss. This occurrence is usually caused by firmware downgrade which is not supported.
  2. To check whether or not there was a firmware downgrade done, run the CLI command 'diag cdb upgrade summary'. Below is an excerpt of the CLI output showing there was a firmware downgrade from v7.4.1 to version v7.2.4.

 

diag cdb upgrade summary

==== New configuration database initiated ====

2023-10-01 08:25:13 v7.4.0-build2223 230514 (GA)

2023-11-23 17:14:48 v7.4.1-build2308 230831 (GA)

2023-12-15 22:03:20 v7.2.4-build1460 230926 (GA)

 

  1. Users may try to run the following CLI commands in an attempt to recover the missing report and report templates/charts:

 

diag faz-cdb fix fix-report-folder<----- Adom name or all if all ADOMs are affected.

 

  1. If step 3 does not work, run the following CLI command to reset the cdb config to revert it to the default settings. Since the cdb config contains all the custom report settings and event handlers, please be sure to export them as backup before resetting the cdb config.

 

diag faz-cdb reset

 

  1. If the above steps do not work, the last resort is to fully reset and format FortiAnalyzer.

 

execute reset {all-settings | all-except-ip}

execute format {disk | disk-ext4 | disk-ext3}

Contributors