Device Integration: FortiManager Syslogs Configuration

Modified on Mon, 25 May at 8:35 PM

TABLE OF CONTENTS


Overview

FortiManager is a centralized management platform for Fortinet devices such as FortiGate and FortiAnalyzer. Configuring Syslog on FortiManager allows forwarding of logs to the ADR SIEM for centralized security monitoring and analysis. 


Prerequisites

  • Administrative access to FortiManager Web UI or CLI.
  • ADR CCE IP address as the Syslog destination.
  • Ensure firewall rules allow UDP port 514 (or TCP 514 if chosen) between FortiManager and ADR CCE.


Syslog Configuration via CLI

  1. Log in to FortiManager via SSH with an administrator account.
  2. Enter the following commands to configure Syslog settings (replace CCEIP with your ADR CCE IP address):
config log syslogd setting
    set status enable
    set server <CCE_IP>
    set mode udp
    set port 514
    set facility local7
    set format default
end
  • UDP is the standard mode; TCP can be used if required.
  • Facility is commonly set to local7 but can be adjusted.
  • Format is typically default; CEF can be selected if Cisco Event Format is needed.


Syslog Configuration via GUI

  1. Log in to FortiManager Web UI.

  2. Go to: System Settings → Advanced → Syslog.

  3. Enable Syslog.

  4. Enter details:

    • Server IP: <CCE_IP>

    • Port: 514

    • Protocol: UDP

    • Facility: Local7

  5. Choose Log severity level (recommended: Information or Warning).

  6. Save and apply changes.


FortiManager v5.0.7 and above. 

FortiManager v7.0.x and v7.2.x. 


FortiManager v7.4.x and above.


Verification (MSSP Only)

On ADR CCE

Run:

sudo tcpdump -i any port 514 and host <FortiManager_IP> -AAA

You should see syslog packets arriving from FortiManager.


On ADR SIEM UI

  1. Log in to ADR SIEM UI.

  2. Navigate: System → Logs and Flows Collection Status.

  3. Confirm that FortiManager IP appears under Source Device IP.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article