Get Log Forwarding Configuration Using GET
Returns log forwarding configuration.
The log forwarding configuration data
{
"cluster": "string",
"enabled": false,
"entities": [
"string"
],
"host": "string",
"port": 0,
"protocol": "string",
"sslCertPath": "string",
"useSSL": false
}
The name of the cluster
Indicates whether the logs should go to external log server or not
Entities to forward the logs from
The host to forward the logs to
The Forwarding port
The port takes default value based on the protocol and whether SSL is enabled or not: Protocol CFAPI, SSL disabled, Default port: 9000 Protocol CFAPI, SSL enabled, Default port: 9543 Protocol SYSLOG, SSL disabled, Default port: 514 Protocol SYSLOG, SSL enabled, Default port: 6514
The Forwarding protocol
The path to certificate authority file
Flag that indicates whether SSL protocol is used or not