Logging_Forwarding_Config

Logging_Forwarding_Config
Logging_Forwarding_Config

The Forwarding.Config structure defines the configuration for log message forwarding to remote logging servers.

JSON Example
{
    "hostname": "string",
    "port": 0,
    "protocol": "string"
}
string
hostname
Required

FQDN or IP address of the logging server to which messages are forwarded.

integer As int64
port
Required

The port on which the remote logging server is listening for forwarded log messages.

protocol
Required

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.