Skip to main content
mkatary
Staff
Staff
January 7, 2022

Technical Tip: Disabling FortiAnalyzer alarm when tunnel to FortiManager is down in HA setup

  • January 7, 2022
  • 0 replies
  • 894 views
Description

This article describes the workaround to use in case of receiving 'Tunnel to FortiManager is down' alarm in HA setup.

Scope FortiAnalyzer and FortiManager
Solution

In case of HA active-passive setup there will have only an active tunnel to Fortimanager, however the secondary unit of the cluster will generate alarm 'FortiManager tunnel connection down(Tunnel to FortiManager is down)' collected by Fortianalyzer.

 

There should be no tunnel from the secondary unit, so it is necessary to disable this alarm by disabling log using the below filter on the FortiGate.

 

# config log fortianalyzer filter
# config free-style
    edit 1
        set category event
        set filter "logid 0100053401"
        set filter-type exclude
    next
end

end

 

Related articles.

https://docs.fortinet.com/document/fortigate/6.2.1/cli-reference/386620/log-fortianalyzer-filter