SyslogExportRuleFullInput
Supported in v5.1+
Fields
| Field | Type | Description |
|---|---|---|
| certificateId | String | Supported in v5.2+ The ID corresponding to the imported certificate used by the syslog server. |
| enableTls | Boolean! | Required. Supported in v5.1+ Specifies whether TLS should be used to communicate with the syslog server. |
| facility | SyslogFacility! | Required. Supported in v5.1+ |
| hostname | String! | Required. Supported in v5.1+ |
| permittedPeers | String | Supported in v9.6+ Comma-separated list of permitted peer names for TLS certificate verification. Supports wildcards (for example, "*.example.com"). When set, rsyslog uses this pattern instead of the server address for certificate CN/SAN matching. |
| port | Int! | Required. Supported in v5.1+ |
| protocol | TransportLayerProtocol! | Required. Supported in v5.1+ |
| severity | SyslogSeverity! | Required. Supported in v5.1+ |