LogForwardingConfiguration
Represents the Log Forwarding Configuration object
Properties
The name of the cluster
Entities to forward the logs from
Possible values are: ANALYTICS , COLLECTOR , WEB , GEMFIRE , VIEW_BRIDGE , VCOPS_BRIDGE , SUITEAPI , ADMIN_UI , TOMCAT_WEBAPP , VPOSTGRES , WATCHDOG , UPGRADE , CALL_STACK , OTHER
The host to forward the logs to
The Forwarding protocol
Possible values are: CFAPI , SYSLOG , UNKNOWN
Indicates whether the logs should go to external log server or not
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 path to certificate authority file
Flag that indicates whether SSL protocol is used or not
JSON Example
{
"cluster": "string",
"entities": [
"ANALYTICS"
],
"host": "string",
"protocol": "CFAPI"
}
Parameter To
Update Log Forwarding Configuration
Returned By
Get Log Forwarding Configuration
Update Log Forwarding Configuration