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 197962
Description
This article provides the query to check the interface status of the associated FortiGates.

Solution
1) Under Reports > Datasets, Create a  new dataset.

2) Query:
select msg as description, status, from_itime(itime) as f_itime from $log where $filter and msg like '%<interface_name>%' order by f_itime

## interface_name : give the name of the interface which you would like to monitor

3) Select the Log Type as Event.

4) Create a new chart from the chart library.

5) Select the dataset.

6) Create a new report and use this chart in it.

Contributors