NodeSyslogExporterProperties

NodeSyslogExporterProperties
NodeSyslogExporterProperties

Node syslog exporter properties

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