Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs for "digitalocean_database_opensearch_config" #1265

Merged
merged 3 commits into from
Nov 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/resources/database_opensearch_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ for additional details on each option.
* `indices_queries_cache_size_percentage` - (Optional) Maximum amount of heap used for query cache. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other functionality. Default: `10`
* `indices_recovery_max_mb_per_sec` - (Optional) Limits total inbound and outbound recovery traffic for each node, expressed in mb per second. Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Default: `40`
* `indices_recovery_max_concurrent_file_chunks` - (Optional) Maximum number of file chunks sent in parallel for each recovery. Default: `2`
* `action_auto_create_index_enabled` - (Optional) Specifies whether ISM is enabled or not. Default: `true`
* `action_auto_create_index_enabled` - (Optional) Specifies whether to automatically create an index if it doesn’t already exist. Default: `true`
brianhelba marked this conversation as resolved.
Show resolved Hide resolved
* `action_destructive_requires_name` - (Optional) Specifies whether to require explicit index names when deleting indices.
* `enable_security_audit` - (Optional) Specifies whether to allow security audit logging. Default: `false`
* `thread_pool_search_size` - (Optional) Number of workers in the search operation thread pool. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
Expand Down
Loading