Skip to content
Dbaas External Endpoint Rsyslog

exoscale_dbaas_external_endpoint_rsyslog (Resource)

Manage Exoscale DBaaS External Endpoint for Rsyslog logs integration.

Schema

Required

  • format (String) Syslog message format (rfc3164, rfc5424, custom).
  • name (String) ❗ The endpoint name.
  • port (Number) Rsyslog server port (1-65535).
  • server (String) Rsyslog server IP address or hostname.
  • tls (Boolean) Require TLS.
  • zone (String) ❗ The Exoscale Zone name.

Optional

  • ca (String, Sensitive) PEM encoded CA certificate.
  • cert (String, Sensitive) PEM encoded client certificate.
  • key (String, Sensitive) PEM encoded client key.
  • logline (String) Custom syslog message format (required when format is custom).
  • max_message_size (Number) Rsyslog max message size (2048-2147483647).
  • sd (String) Structured data block for log message.
  • timeouts (Block, Optional) (see below for nested schema)

Read-Only

  • id (String) The ID of this resource.

Nested Schema for timeouts

Optional:

  • create (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as “30s” or “2h45m”. Valid time units are “s” (seconds), “m” (minutes), “h” (hours).
  • delete (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as “30s” or “2h45m”. Valid time units are “s” (seconds), “m” (minutes), “h” (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
  • read (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as “30s” or “2h45m”. Valid time units are “s” (seconds), “m” (minutes), “h” (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
  • update (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as “30s” or “2h45m”. Valid time units are “s” (seconds), “m” (minutes), “h” (hours).

-> The symbol ❗ in an attribute indicates that modifying it, will force the creation of a new resource.

Last updated on