FortiPAM
FortiPAM allows you to protect, isolate and secure privileged account credentials, manage and control privileged user access, and monitor and record privileged account activity.
pabarro
Staff
Staff
Article Id 410906
Description This article describes how to configure the syslog server from FortiPAM and special limitations.
Scope

FortiPAM v1.7 and below.

Solution

To configure parameters to send logs from FortiPAM to syslog server via cli:

 

config log syslogd setting
    set status enable
    set server "x.x.x.x"   ---> Where x.x.x.x is the syslog server IP.
    set mode udp
    set port 514
    set facility syslog
    set source-ip 
    set format default
    set priority default
    set max-log-rate 0
    set interface-select-method auto
end
 
The detailed explanation of each parameter can be found here: 
 
Only System events, User events, and HA events are supported to be sent to the syslog server. 
 
eventos.jpg

 

FortiPAM does not send secret events to the Syslog server.
 
image.png

 

FortiPAM will support sending secrets events to the syslog server in version 1.8.