NodeSyslogExporterProperties

NodeSyslogExporterProperties
NodeSyslogExporterProperties

Node syslog exporter properties

AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "port": 0,
    "facilities": [
        "string"
    ],
    "msgids": [
        "string"
    ],
    "protocol": "string",
    "exporter_name": "string",
    "level": "string",
    "structured_data": [
        "string"
    ],
    "tls_ca_pem": "string",
    "server": "string"
}