Skip to content

Commit

Permalink
Merge branch 'main' into asb/issues/1272
Browse files Browse the repository at this point in the history
  • Loading branch information
loosla authored Nov 22, 2024
2 parents cf04f5f + 2cfa4e3 commit d3e9f62
Showing 1 changed file with 1 addition and 1 deletion.
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) Specifices whether to allow automatic creation of indices. Default: `true`
* `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

0 comments on commit d3e9f62

Please sign in to comment.