ExternalSyslogServer
ExternalSyslogServer
JSON Example
{
"host": "logserver.domain.com",
"port": 514,
"verify_cert_name": false,
"insecure": false
}
string
host
Optional
The IP address or FQDN of the remote syslog server.
integer
port
Optional
The port on which the syslog service is running on the remote server.
boolean
verify_cert_name
Optional
Controls whether certificate verification is required for the server.
boolean
insecure
Optional
Controls whether the logs will be sent encrypted or not
Deprecated
Availability
Deprecated in 4.2
Parameter To
Returned By