Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
ayan45
New Contributor

sending logs to more than one syslog server via GUI

I want to integrate more than one syslog server where fortigate log will be sent. 

2 REPLIES 2
pmeet
Staff
Staff

only one syslog server can be configured via GUI but you can add multiple via CLI 

https://community.fortinet.com/t5/FortiGate/Technical-Tip-Configuring-multiple-SYSLOG-servers/ta-p/1... 

PATELMM
mle2802
Staff
Staff

Hi there,
Unfortunately, multiple syslog server can be only added using CLI commands:

config log {syslogd | syslogd2 | syslogd3 | syslogd4} setting

set status {enable | disable}
set csv {enable | disable}
set facility {alert | audit | auth | authpriv | clock | cron | daemon | ftp | # kernel | local0 | local1 | local2 | local3 | local4 | local5 | local6 | local7 | lpr | mail | news | ntp | syslog | user | uucp}
set port <port_integer>
set reliable {enable | disable}
set server <address_ipv4 | FQDN>
set source-ip <address_ipv4>

end

For more information, please refer to this document "https://community.fortinet.com/t5/FortiGate/Technical-Tip-Configuring-multiple-SYSLOG-servers/ta-p/1...

Regards,
Minh

Labels
Top Kudoed Authors