Skip to main content
psalian
Staff & Editor
Staff & Editor
November 30, 2016

Technical Note: FortiAnalyzer query to check rogue AP's that have been detected

  • November 30, 2016
  • 0 replies
  • 1007 views
Description
This article provides a query to check rogue AP’s that have been detected.

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

2)    Query: select msg as AP, logdesc as status, from_itime(itime) as time from $log where $filter and logdesc like '%detected%' order by time

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.