Skip to content

Commit bb78e45

Browse files
adding the link to update settings (#10738) (#10746)
1 parent 243e60c commit bb78e45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_install-and-configure/configuring-opensearch/index-settings.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ OpenSearch supports the following dynamic cluster-level index settings:
9191
Before tuning thread pool settings dynamically, note that these are expert-level settings that can potentially destabilize your cluster. Modifying thread pool settings applies the same thread pool size to all nodes, so it's not recommended for clusters with different hardware for the same roles. Similarly, avoid tuning thread pools shared by both data nodes and cluster manager nodes. After making these changes, we recommend monitoring your cluster to ensure that it remains stable and performs as expected.
9292
{: .warning}
9393

94+
### Updating dynamic cluster settings
95+
96+
To learn how to update dynamic settings, see [Updating cluster settings using the API]({{site.url}}{{site.baseurl}}/install-and-configure/configuring-opensearch/index/#updating-cluster-settings-using-the-api).
97+
9498
## Index-level index settings
9599

96100
You can specify index settings at index creation. There are two types of index settings:

0 commit comments

Comments
 (0)