DBaaS Endpoint Rsyslog Input Create
Properties
| Property | Type | Required | Description |
|---|---|---|---|
settings | Settings | no |
Settings
| Property | Type | Required | Description |
|---|---|---|---|
format | string | yes | Message format Allowed values: custom, rfc3164, rfc5424. |
port | integer | yes | Rsyslog server port Min: 1. Max: 65535. |
server | string | yes | Rsyslog server IP address or hostname Min length: 4. Max length: 255. |
tls | boolean | yes | Require TLS |
ca | string | no | PEM encoded CA certificate Max length: 16384. |
cert | string | no | PEM encoded client certificate Max length: 16384. |
key | string | no | PEM encoded client key Max length: 16384. |
logline | string | no | Custom syslog message format Min length: 1. Max length: 512. |
max-message-size | integer | no | Rsyslog max message size Min: 2048. Max: 2.147483647e+09. |
sd | string | no | Structured data block for log message Max length: 1024. |
Last updated on