Skip to content

Commit

Permalink
chore: update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta authored and github-actions[bot] committed Oct 9, 2024
1 parent ffb358d commit 35945a5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
5 changes: 3 additions & 2 deletions docs/resources/managed_database_mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,16 @@ Optional Attributes:
- `interactive_timeout` (Number) The number of seconds the server waits for activity on an interactive connection before closing it.
- `internal_tmp_mem_storage_engine` (String) The storage engine for in-memory internal temporary tables.
- `ip_filter` (List of String) IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
- `long_query_time` (Number) The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute. Default is 10s.
- `log_output` (String) The slow log output destination when slow_query_log is ON. To enable MySQL AI Insights, choose INSIGHTS. To use MySQL AI Insights and the mysql.slow_log table at the same time, choose INSIGHTS,TABLE. To only use the mysql.slow_log table, choose TABLE. To silence slow logs, choose NONE.
- `long_query_time` (Number) The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute.
- `max_allowed_packet` (Number) Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M).
- `max_heap_table_size` (Number) Limits the size of internal in-memory tables. Also set tmp_table_size. Default is 16777216 (16M).
- `net_buffer_length` (Number) Start sizes of connection buffer and result buffer. Default is 16384 (16K). Changing this parameter will lead to a restart of the MySQL service.
- `net_read_timeout` (Number) The number of seconds to wait for more data from a connection before aborting the read.
- `net_write_timeout` (Number) The number of seconds to wait for a block to be written to a connection before aborting the write.
- `public_access` (Boolean) Public Access. Allow access to the service from the public Internet.
- `service_log` (Boolean) Service logging. Store logs for the service so that they are available in the HTTP API and console.
- `slow_query_log` (Boolean) Slow query log enables capturing of slow queries. Setting slow_query_log to false also truncates the mysql.slow_log table. Default is off.
- `slow_query_log` (Boolean) Slow query log enables capturing of slow queries. Setting slow_query_log to false also truncates the mysql.slow_log table.
- `sort_buffer_size` (Number) Sort buffer size in bytes for ORDER BY optimization. Default is 262144 (256K).
- `sql_mode` (String) Global SQL mode. Set to empty to use MySQL server defaults. When creating a new service and not setting this field Aiven default SQL mode (strict, SQL standard compliant) will be assigned.
- `sql_require_primary_key` (Boolean) Require primary key to be defined for new tables or old tables modified with ALTER TABLE and fail if missing. It is recommended to always have primary keys because various functionality may break if any large table is missing them.
Expand Down
11 changes: 7 additions & 4 deletions docs/resources/managed_database_opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Optional Attributes:
- `action_destructive_requires_name` (Boolean) Require explicit index names when deleting.
- `automatic_utility_network_ip_filter` (Boolean) Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone.
- `cluster_max_shards_per_node` (Number) Controls the number of shards allowed in the cluster per data node.
- `cluster_routing_allocation_node_concurrent_recoveries` (Number) Concurrent incoming/outgoing shard recoveries per node. How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to 2.
- `cluster_routing_allocation_node_concurrent_recoveries` (Number) Concurrent incoming/outgoing shard recoveries per node. How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2.
- `custom_domain` (String) Custom domain. Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
- `email_sender_name` (String) Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. This should be identical to the Sender name defined in Opensearch dashboards.
- `email_sender_password` (String, Sensitive) Sender password for Opensearch alerts to authenticate with SMTP server. Sender password for Opensearch alerts to authenticate with SMTP server.
Expand Down Expand Up @@ -144,13 +144,13 @@ Optional Attributes:
Blocks:

- `auth_failure_listeners` (Block List, Max: 1) Opensearch Security Plugin Settings. (see [below for nested schema](#nestedblock--properties--auth_failure_listeners))
- `azure_migration` (Block List, Max: 1) (see [below for nested schema](#nestedblock--properties--azure_migration))
- `gcs_migration` (Block List, Max: 1) (see [below for nested schema](#nestedblock--properties--gcs_migration))
- `azure_migration` (Block List, Max: 1) Azure migration settings. (see [below for nested schema](#nestedblock--properties--azure_migration))
- `gcs_migration` (Block List, Max: 1) Google Cloud Storage migration settings. (see [below for nested schema](#nestedblock--properties--gcs_migration))
- `index_rollup` (Block List, Max: 1) Index rollup settings. (see [below for nested schema](#nestedblock--properties--index_rollup))
- `index_template` (Block List, Max: 1) Template settings for all new indexes. (see [below for nested schema](#nestedblock--properties--index_template))
- `openid` (Block List, Max: 1) OpenSearch OpenID Connect Configuration. (see [below for nested schema](#nestedblock--properties--openid))
- `opensearch_dashboards` (Block List, Max: 1) OpenSearch Dashboards settings. (see [below for nested schema](#nestedblock--properties--opensearch_dashboards))
- `s3_migration` (Block List, Max: 1) (see [below for nested schema](#nestedblock--properties--s3_migration))
- `s3_migration` (Block List, Max: 1) AWS S3 / AWS S3 compatible migration settings. (see [below for nested schema](#nestedblock--properties--s3_migration))
- `saml` (Block List, Max: 1) OpenSearch SAML configuration. (see [below for nested schema](#nestedblock--properties--saml))

<a id="nestedblock--properties--auth_failure_listeners"></a>
Expand Down Expand Up @@ -200,6 +200,7 @@ Optional Attributes:
- `compress` (Boolean) Metadata files are stored in compressed format. when set to true metadata files are stored in compressed format.
- `container` (String) Azure container name. Azure container name.
- `endpoint_suffix` (String) Endpoint suffix. Defines the DNS suffix for Azure Storage endpoints.
- `indices` (String) Indices to restore. A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify.
- `key` (String) Account secret key. Azure account secret key. One of key or sas_token should be specified.
- `sas_token` (String) SAS token. A shared access signatures (SAS) token. One of key or sas_token should be specified.
- `snapshot_name` (String) The snapshot name to restore from. The snapshot name to restore from.
Expand All @@ -215,6 +216,7 @@ Optional Attributes:
- `chunk_size` (String) Chunk size. Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
- `compress` (Boolean) Metadata files are stored in compressed format. when set to true metadata files are stored in compressed format.
- `credentials` (String) Credentials. Google Cloud Storage credentials file content.
- `indices` (String) Indices to restore. A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify.
- `snapshot_name` (String) The snapshot name to restore from. The snapshot name to restore from.


Expand Down Expand Up @@ -280,6 +282,7 @@ Optional Attributes:
- `chunk_size` (String) Chunk size. Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
- `compress` (Boolean) Metadata files are stored in compressed format. when set to true metadata files are stored in compressed format.
- `endpoint` (String) The S3 service endpoint to connect. The S3 service endpoint to connect to. If you are using an S3-compatible service then you should set this to the service’s endpoint.
- `indices` (String) Indices to restore. A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify.
- `region` (String) S3 region. S3 region.
- `secret_key` (String) AWS secret key. AWS secret key.
- `server_side_encryption` (Boolean) Server side encryption. When set to true files are encrypted on server side.
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/managed_database_redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ Required Attributes:
Optional Attributes:

- `automatic_utility_network_ip_filter` (Boolean) Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone.
- `backup_hour` (Number) The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
- `backup_minute` (Number) The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
- `ip_filter` (List of String) IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
- `public_access` (Boolean) Public Access. Allow access to the service from the public Internet.
- `redis_acl_channels_default` (String) Default ACL for pub/sub channels used when Redis user is created. Determines default pub/sub channels' ACL for new users if ACL is not supplied. When this option is not defined, all_channels is assumed to keep backward compatibility. This option doesn't affect Redis configuration acl-pubsub-default.
Expand Down

Large diffs are not rendered by default.

0 comments on commit 35945a5

Please sign in to comment.