InlineNodeSyslogExporterProperties1
InlineNodeSyslogExporterProperties1
JSON Example
{
"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"
}
string
exporter_name
Required
Syslog exporter name
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,
string
level
Required
Logging level to export
Possible values are :
EMERG,
ALERT,
CRIT,
ERR,
WARNING,
NOTICE,
INFO,
DEBUG,
array of
string
msgids
Optional
MSGIDs to export
integer As int64
As int64
port
Optional
Constraints:
minimum: 1
maximum: 65535
Port to export to, defaults to 514 for TCP, TLS, UDP protocols or 9000 for LI, LI-TLS protocols
string
protocol
Required
Export protocol
Possible values are :
TCP,
TLS,
UDP,
LI,
LI-TLS,
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])?)*\.?$|^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/
server
Required
IP address or hostname of server to export to
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
tls_cert_pem
Optional
Certificate PEM of the rsyslog client
string
tls_client_ca_pem
Optional
CA certificate PEM of the rsyslog client
string
tls_key_pem
Optional
Private key PEM of the rsyslog client