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.
psalian
Staff
Staff
Article Id 191383
Description

This article explains how to stop a report from running on a FortiAnalyzer. This may be useful during troubleshooting when resources need to be freed up.


Solution
From GUI:
  -  Select the report that is running and delete it.


From CLI:

  -  Find the PID for sqlrptcached and sqlreportd process. (Use the command exec top to determine the PID)
  -  Kill the process:
diag sys process kill 11 <PID>
  -  Run diag report status to view currently pending reports.

Contributors