LoggingForwardingConfig
The Forwarding.Config structure defines the configuration for log message forwarding to remote logging servers.
Properties
string
hostname
Required
FQDN or IP address of the logging server to which messages are forwarded.
integer
port
Required
The port on which the remote logging server is listening for forwarded log messages.
JSON Example
{
"hostname": "string",
"port": 0,
"protocol": "enum"
}