diff --git a/api-reference/cassandra.html b/api-reference/cassandra.html index 917d21d6..3e90dbfa 100644 --- a/api-reference/cassandra.html +++ b/api-reference/cassandra.html @@ -1938,6 +1938,7 @@

userConfigprivate_access (object). Allow access to selected service ports from private networks. See below for nested schema.
  • project_to_fork_from (string, Immutable, MaxLength: 63). Name of another project to fork a service from. This has effect only when a new service is being created.
  • public_access (object). Allow access to selected service ports from the public Internet. See below for nested schema.
  • +
  • service_log (boolean). Store logs for the service so that they are available in the HTTP API and console.
  • service_to_fork_from (string, Immutable, MaxLength: 64). Name of another service to fork from. This has effect only when a new service is being created.
  • service_to_join_with (string, MaxLength: 64). When bootstrapping, instead of creating a new Cassandra cluster try to join an existing one from another service. Can only be set on service creation.
  • static_ips (boolean). Use static public IP addresses.
  • diff --git a/api-reference/clickhouse.html b/api-reference/clickhouse.html index 128ebf13..fc1dc023 100644 --- a/api-reference/clickhouse.html +++ b/api-reference/clickhouse.html @@ -1925,6 +1925,7 @@

    userConfigprivatelink_access (object). Allow access to selected service components through Privatelink. See below for nested schema.
  • project_to_fork_from (string, Immutable, MaxLength: 63). Name of another project to fork a service from. This has effect only when a new service is being created.
  • public_access (object). Allow access to selected service ports from the public Internet. See below for nested schema.
  • +
  • service_log (boolean). Store logs for the service so that they are available in the HTTP API and console.
  • service_to_fork_from (string, Immutable, MaxLength: 64). Name of another service to fork from. This has effect only when a new service is being created.
  • static_ips (boolean). Use static public IP addresses.
  • diff --git a/api-reference/grafana.html b/api-reference/grafana.html index 4c70e0ad..8fea2d16 100644 --- a/api-reference/grafana.html +++ b/api-reference/grafana.html @@ -2103,6 +2103,7 @@

    userConfigproject_to_fork_from (string, Immutable, MaxLength: 63). Name of another project to fork a service from. This has effect only when a new service is being created.
  • public_access (object). Allow access to selected service ports from the public Internet. See below for nested schema.
  • recovery_basebackup_name (string, Pattern: ^[a-zA-Z0-9-_:.]+$, MaxLength: 128). Name of the basebackup to restore in forked service.
  • +
  • service_log (boolean). Store logs for the service so that they are available in the HTTP API and console.
  • service_to_fork_from (string, Immutable, MaxLength: 64). Name of another service to fork from. This has effect only when a new service is being created.
  • smtp_server (object). SMTP server settings. See below for nested schema.
  • static_ips (boolean). Use static public IP addresses.
  • diff --git a/api-reference/kafka.html b/api-reference/kafka.html index 6785b8c1..8d35907a 100644 --- a/api-reference/kafka.html +++ b/api-reference/kafka.html @@ -2075,6 +2075,7 @@

    userConfigpublic_access (object). Allow access to selected service ports from the public Internet. See below for nested schema.
  • schema_registry (boolean). Enable Schema-Registry service.
  • schema_registry_config (object). Schema Registry configuration. See below for nested schema.
  • +
  • service_log (boolean). Store logs for the service so that they are available in the HTTP API and console.
  • static_ips (boolean). Use static public IP addresses.
  • tiered_storage (object). Tiered storage configuration. See below for nested schema.
  • @@ -2179,6 +2180,7 @@

    kafka_rest_configconsumer_enable_auto_commit (boolean). If true the consumer's offset will be periodically committed to Kafka in the background.
  • consumer_request_max_bytes (integer, Minimum: 0, Maximum: 671088640). Maximum number of bytes in unencoded message keys and values by a single request.
  • consumer_request_timeout_ms (integer, Enum: 1000, 15000, 30000, Minimum: 1000, Maximum: 30000). The maximum total time to wait for messages for a request if the maximum number of messages has not yet been reached.
  • +
  • name_strategy_validation (boolean). If true, validate that given schema is registered under expected subject name by the used name strategy when producing messages.
  • producer_acks (string, Enum: all, -1, 0, 1). The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to all or -1, the leader will wait for the full set of in-sync replicas to acknowledge the record.
  • producer_compression_type (string, Enum: gzip, snappy, lz4, zstd, none). Specify the default compression type for producers. This configuration accepts the standard compression codecs (gzip, snappy, lz4, zstd). It additionally accepts none which is the default and equivalent to no compression.
  • producer_linger_ms (integer, Minimum: 0, Maximum: 5000). Wait for up to the given delay to allow batching records together.
  • diff --git a/api-reference/kafkaconnect.html b/api-reference/kafkaconnect.html index 1c32a953..3d980f1a 100644 --- a/api-reference/kafkaconnect.html +++ b/api-reference/kafkaconnect.html @@ -1905,6 +1905,7 @@

    userConfigprivate_access (object). Allow access to selected service ports from private networks. See below for nested schema.
  • privatelink_access (object). Allow access to selected service components through Privatelink. See below for nested schema.
  • public_access (object). Allow access to selected service ports from the public Internet. See below for nested schema.
  • +
  • service_log (boolean). Store logs for the service so that they are available in the HTTP API and console.
  • static_ips (boolean). Use static public IP addresses.
  • ip_filter

    diff --git a/api-reference/mysql.html b/api-reference/mysql.html index 28c7c457..283f00fe 100644 --- a/api-reference/mysql.html +++ b/api-reference/mysql.html @@ -1978,6 +1978,7 @@

    userConfigproject_to_fork_from (string, Immutable, MaxLength: 63). Name of another project to fork a service from. This has effect only when a new service is being created.
  • public_access (object). Allow access to selected service ports from the public Internet. See below for nested schema.
  • recovery_target_time (string, Immutable, MaxLength: 32). Recovery target time when forking a service. This has effect only when a new service is being created.
  • +
  • service_log (boolean). Store logs for the service so that they are available in the HTTP API and console.
  • service_to_fork_from (string, Immutable, MaxLength: 64). Name of another service to fork from. This has effect only when a new service is being created.
  • static_ips (boolean). Use static public IP addresses.
  • diff --git a/api-reference/opensearch.html b/api-reference/opensearch.html index a4c169bb..4273dafe 100644 --- a/api-reference/opensearch.html +++ b/api-reference/opensearch.html @@ -2124,6 +2124,7 @@

    userConfigpublic_access (object). Allow access to selected service ports from the public Internet. See below for nested schema.
  • recovery_basebackup_name (string, Pattern: ^[a-zA-Z0-9-_:.]+$, MaxLength: 128). Name of the basebackup to restore in forked service.
  • saml (object). OpenSearch SAML configuration. See below for nested schema.
  • +
  • service_log (boolean). Store logs for the service so that they are available in the HTTP API and console.
  • service_to_fork_from (string, Immutable, MaxLength: 64). Name of another service to fork from. This has effect only when a new service is being created.
  • static_ips (boolean). Use static public IP addresses.
  • diff --git a/api-reference/postgresql.html b/api-reference/postgresql.html index bb1b8955..e6c50dcb 100644 --- a/api-reference/postgresql.html +++ b/api-reference/postgresql.html @@ -1514,6 +1514,15 @@ + + +
  • + + + pg_qualstats + + +
  • @@ -1818,6 +1827,15 @@ +
  • + +
  • + + + pg_qualstats + + +
  • @@ -2021,22 +2039,24 @@

    userConfigip_filter (array of objects, MaxItems: 1024). Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16. See below for nested schema.

  • migration (object). Migrate data from existing server. See below for nested schema.
  • pg (object). postgresql.conf configuration values. See below for nested schema.
  • +
  • pg_qualstats (object). System-wide settings for the pg_qualstats extension. See below for nested schema.
  • pg_read_replica (boolean). Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
  • pg_service_to_fork_from (string, Immutable, MaxLength: 64). Name of the PG Service from which to fork (deprecated, use service_to_fork_from). This has effect only when a new service is being created.
  • pg_stat_monitor_enable (boolean). Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable.
  • pg_version (string, Enum: 11, 12, 13, 14, 15). PostgreSQL major version.
  • pgbouncer (object). PGBouncer connection pooling settings. See below for nested schema.
  • -
  • pglookout (object). PGLookout settings. See below for nested schema.
  • +
  • pglookout (object). System-wide settings for pglookout. See below for nested schema.
  • private_access (object). Allow access to selected service ports from private networks. See below for nested schema.
  • privatelink_access (object). Allow access to selected service components through Privatelink. See below for nested schema.
  • project_to_fork_from (string, Immutable, MaxLength: 63). Name of another project to fork a service from. This has effect only when a new service is being created.
  • public_access (object). Allow access to selected service ports from the public Internet. See below for nested schema.
  • recovery_target_time (string, Immutable, MaxLength: 32). Recovery target time when forking a service. This has effect only when a new service is being created.
  • +
  • service_log (boolean). Store logs for the service so that they are available in the HTTP API and console.
  • service_to_fork_from (string, Immutable, MaxLength: 64). Name of another service to fork from. This has effect only when a new service is being created.
  • shared_buffers_percentage (number, Minimum: 20, Maximum: 60). Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value.
  • static_ips (boolean). Use static public IP addresses.
  • synchronous_replication (string, Enum: quorum, off). Synchronous replication type. Note that the service plan also needs to support synchronous replication.
  • -
  • timescaledb (object). TimescaleDB extension configuration values. See below for nested schema.
  • +
  • timescaledb (object). System-wide settings for the timescaledb extension. See below for nested schema.
  • variant (string, Enum: aiven, timescale). Variant of the PostgreSQL service, may affect the features that are exposed by default.
  • work_mem (integer, Minimum: 1, Maximum: 1024). Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB).
  • @@ -2123,6 +2143,17 @@

    pgwal_sender_timeout (integer). Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout.
  • wal_writer_delay (integer, Minimum: 10, Maximum: 200). WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance.
  • +

    pg_qualstats

    +

    Appears on spec.userConfig.

    +

    System-wide settings for the pg_qualstats extension.

    +

    Optional

    +

    pgbouncer

    Appears on spec.userConfig.

    PGBouncer connection pooling settings.

    @@ -2140,7 +2171,7 @@

    pgbouncerpglookout

    Appears on spec.userConfig.

    -

    PGLookout settings.

    +

    System-wide settings for pglookout.

    Required