InlineNodeSyslogExporterProperties1

InlineNodeSyslogExporterProperties1
InlineNodeSyslogExporterProperties1
JSON Example
{
    "port": 0,
    "facilities": [
        "string"
    ],
    "msgids": [
        "string"
    ],
    "protocol": "string",
    "exporter_name": "string",
    "level": "string",
    "structured_data": [
        "string"
    ],
    "tls_ca_pem": "string",
    "server": "string"
}
integer As int64 As int64
port
Optional

Port to export to

array of string
facilities
Optional

Facilities to export

Possible values are : KERN, USER, MAIL, DAEMON, AUTH, SYSLOG, LPR, NEWS, UUCP, AUTHPRIV, FTP, LOGALERT, CRON, LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7,
array of string
msgids
Optional

MSGIDs to export

string
protocol
Required

Export protocol

Possible values are : TCP, TLS, UDP, LI, LI-TLS,
string
exporter_name
Required

Syslog exporter name

string
level
Required

Logging level to export

Possible values are : EMERG, ALERT, CRIT, ERR, WARNING, NOTICE, INFO, DEBUG,
array of string
structured_data
Optional

Structured data to export

string
tls_ca_pem
Optional

CA certificate PEM of TLS server to export to

string As /^(?=.{1,255}$)[0-9A-Za-z](?:(?:[0-9A-Za-z]|-){0,61}[0-9A-Za-z])?(?:\.[0-9A-Za-z](?:(?:[0-9A-Za-z]|-){0,61}[0-9A-Za-z])?)*\.?$/
server
Required

IP address or hostname of server to export to