SyslogConfiguration (schema)

Syslog server configuration

Syslog server configuration parameters
Name Description Type Notes
log_level Log level to be redirected

Log level that needs to be redirected.
string Enum: EMERGENCY, ALERT, CRITICAL, ERROR, WARNING, NOTICE, INFO, DEBUG
Default: "INFO"
name Display name of the syslog server string
port Syslog server port

Syslog server listening port.
PortElement Default: "514"
protocol Syslog protocol

Supported Syslog protocol.
string Enum: TCP, UDP, TLS, LI, LI_TLS
Default: "UDP"
server Server Ip or fqdn

Syslog server Ip or fqdn.
string Required