LogCollectionConfig
{
"host": "string",
"port": 0,
"protocol": "string",
"enabled": false,
"unitid": "string",
"unittype": "string",
"loglevel": "string",
"content": "string",
"certificates": [
"string"
]
}
The hostname or IP address of the destination log server.
The port number for sending log traffic to the specified host.
The protocol used for forwarding logs. Example- cfapi, syslog etc.
Specifies whether log collection is enabled for this unit. Set true to enable log collection
A unique identifier for the log collection unit. Node id of the NI node.
Type of NI node. Example - platform, collector.
Desired overall log verbosity for the NI
The raw text/string content for the log collector agent's configuration (INI, YAML, etc.).
A list of PEM-encoded certificates, with each string representing a single certificate.These certificates are intended for establishing secure connections from the component to the destination log server.