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 Dec 14, 2024
1 parent 195d5f9 commit e10741c
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 59 deletions.
101 changes: 43 additions & 58 deletions docs/resources/managed_database_opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Optional Attributes:
- `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 node cpu count * 2.
- `custom_domain` (String) Custom domain. Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
- `elasticsearch_version` (String) Elasticsearch major version.
- `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.
- `email_sender_username` (String) Sender username for Opensearch alerts.
Expand Down Expand Up @@ -145,15 +146,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) 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) 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))
- `search_backpressure` (Block List, Max: 1) Search Backpressure Settings. (see [below for nested schema](#nestedblock--properties--search_backpressure))
- `search_insights_top_queries` (Block List, Max: 1) (see [below for nested schema](#nestedblock--properties--search_insights_top_queries))
- `shard_indexing_pressure` (Block List, Max: 1) Shard indexing back pressure settings. (see [below for nested schema](#nestedblock--properties--shard_indexing_pressure))

<a id="nestedblock--properties--auth_failure_listeners"></a>
Expand Down Expand Up @@ -192,41 +191,6 @@ Optional Attributes:



<a id="nestedblock--properties--azure_migration"></a>
### Nested Schema for `properties.azure_migration`

Optional Attributes:

- `account` (String) Account name. Azure account name.
- `base_path` (String) The path to the repository data within its container. The path to the repository data within its container. The value of this setting should not start or end with a /.
- `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.
- `container` (String) Azure container name. Azure container name.
- `endpoint_suffix` (String) Endpoint suffix. Defines the DNS suffix for Azure Storage endpoints.
- `include_aliases` (Boolean) Include aliases. Whether to restore aliases alongside their associated indexes. Default is true.
- `indices` (String) Indices to restore. A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported.
- `key` (String) Account secret key. Azure account secret key. One of key or sas_token should be specified.
- `restore_global_state` (Boolean) Restore the cluster state or not. If true, restore the cluster state. Defaults to false.
- `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.


<a id="nestedblock--properties--gcs_migration"></a>
### Nested Schema for `properties.gcs_migration`

Optional Attributes:

- `base_path` (String) The path to the repository data within its container. The path to the repository data within its container. The value of this setting should not start or end with a /.
- `bucket` (String) The path to the repository data within its container. Google Cloud Storage bucket name.
- `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.
- `include_aliases` (Boolean) Include aliases. Whether to restore aliases alongside their associated indexes. Default is true.
- `indices` (String) Indices to restore. A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported.
- `restore_global_state` (Boolean) Restore the cluster state or not. If true, restore the cluster state. Defaults to false.
- `snapshot_name` (String) The snapshot name to restore from. The snapshot name to restore from.


<a id="nestedblock--properties--index_rollup"></a>
### Nested Schema for `properties.index_rollup`

Expand Down Expand Up @@ -275,29 +239,10 @@ Optional Attributes:

- `enabled` (Boolean) Enable or disable OpenSearch Dashboards.
- `max_old_space_size` (Number) Limits the maximum amount of memory (in MiB) the OpenSearch Dashboards process can use. This sets the max_old_space_size option of the nodejs running the OpenSearch Dashboards. Note: the memory reserved by OpenSearch Dashboards is not available for OpenSearch.
- `multiple_data_source_enabled` (Boolean) Enable or disable multiple data sources in OpenSearch Dashboards.
- `opensearch_request_timeout` (Number) Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch.


<a id="nestedblock--properties--s3_migration"></a>
### Nested Schema for `properties.s3_migration`

Optional Attributes:

- `access_key` (String) AWS Access key. AWS Access key.
- `base_path` (String) The path to the repository data within its container. The path to the repository data within its container. The value of this setting should not start or end with a /.
- `bucket` (String) S3 bucket name. S3 bucket name.
- `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.
- `include_aliases` (Boolean) Include aliases. Whether to restore aliases alongside their associated indexes. Default is true.
- `indices` (String) Indices to restore. A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported.
- `region` (String) S3 region. S3 region.
- `restore_global_state` (Boolean) Restore the cluster state or not. If true, restore the cluster state. Defaults to false.
- `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.
- `snapshot_name` (String) The snapshot name to restore from. The snapshot name to restore from.


<a id="nestedblock--properties--saml"></a>
### Nested Schema for `properties.saml`

Expand Down Expand Up @@ -368,6 +313,46 @@ Optional Attributes:



<a id="nestedblock--properties--search_insights_top_queries"></a>
### Nested Schema for `properties.search_insights_top_queries`

Blocks:

- `cpu` (Block List, Max: 1) Top N queries monitoring by CPU. (see [below for nested schema](#nestedblock--properties--search_insights_top_queries--cpu))
- `latency` (Block List, Max: 1) Top N queries monitoring by latency. (see [below for nested schema](#nestedblock--properties--search_insights_top_queries--latency))
- `memory` (Block List, Max: 1) Top N queries monitoring by memory. (see [below for nested schema](#nestedblock--properties--search_insights_top_queries--memory))

<a id="nestedblock--properties--search_insights_top_queries--cpu"></a>
### Nested Schema for `properties.search_insights_top_queries.cpu`

Optional Attributes:

- `enabled` (Boolean) Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric.
- `top_n_size` (Number) Specify the value of N for the top N queries by the metric.
- `window_size` (String) The window size of the top N queries by the metric. Configure the window size of the top N queries.


<a id="nestedblock--properties--search_insights_top_queries--latency"></a>
### Nested Schema for `properties.search_insights_top_queries.latency`

Optional Attributes:

- `enabled` (Boolean) Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric.
- `top_n_size` (Number) Specify the value of N for the top N queries by the metric.
- `window_size` (String) The window size of the top N queries by the metric. Configure the window size of the top N queries.


<a id="nestedblock--properties--search_insights_top_queries--memory"></a>
### Nested Schema for `properties.search_insights_top_queries.memory`

Optional Attributes:

- `enabled` (Boolean) Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric.
- `top_n_size` (Number) Specify the value of N for the top N queries by the metric.
- `window_size` (String) The window size of the top N queries by the metric. Configure the window size of the top N queries.



<a id="nestedblock--properties--shard_indexing_pressure"></a>
### Nested Schema for `properties.shard_indexing_pressure`

Expand Down
1 change: 1 addition & 0 deletions docs/resources/managed_database_postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Optional Attributes:
- `max_standby_streaming_delay` (Number) Max standby streaming delay in milliseconds.
- `max_wal_senders` (Number) PostgreSQL maximum WAL senders.
- `max_worker_processes` (Number) Sets the maximum number of background processes that the system can support.
- `password_encryption` (String, Sensitive) Chooses the algorithm for encrypting passwords.
- `pg_partman_bgw_interval` (Number) Sets the time interval to run pg_partman's scheduled tasks.
- `pg_partman_bgw_role` (String) Controls which role to use for pg_partman's scheduled background tasks.
- `pg_stat_monitor_enable` (Boolean) Enable pg_stat_monitor extension if available for the current cluster. 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.
Expand Down

Large diffs are not rendered by default.

0 comments on commit e10741c

Please sign in to comment.