Logging_Forwarding_Config
The Forwarding.Config structure defines the configuration for log message forwarding to remote logging servers.
{
"hostname": "string",
"port": 0,
"protocol": "string"
}
FQDN or IP address of the logging server to which messages are forwarded.
The port on which the remote logging server is listening for forwarded log messages.
The Forwarding.Protocol enumerated type defines transport protocols for outbound log messages.
TLS : Log messages will be forwarded to the remote host by using the TLS protocol.
UDP : Log messages will be forwarded to the remote host using the UDP protocol.
TCP : Log messages will be forwarded to the remote host using the TCP protocol.