Skip to main content
btey
Staff & Editor
Staff & Editor
May 17, 2022

Technical Tip: FortiGate syslog communication for HA setup

  • May 17, 2022
  • 0 replies
  • 6484 views
Description This article describes the behavior for syslog communication in HA mode. This scenario applies to HA direct enable and HA direct disable.
Scope FortiGate HA.
Solution

For HA direct disable, the secondary unit log will send log to syslog server via primary unit.

 

config system ha
    set ha-direct disable
end
 

Capture from the primary unit:

 

HA-direct disable - Copy.PNG

 

 

For HA direct enable, the secondary unit will send logs to syslog server directly via HA management interface.

 

config system ha
    set ha-direct enable
end

 

Capture from both the primary and secondary unit:

 

HA-direct enable - Copy.PNG