Skip to content

Commit d6311ef

Browse files
Update missed documentation change for new watcher index settings (#125758) (#125926)
* Update missed documentation change for new watcher index settings * Update docs/reference/rest-api/watcher/update-settings.asciidoc --------- Co-authored-by: Keith Massey <[email protected]>
1 parent e728d46 commit d6311ef

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/reference/rest-api/watcher/update-settings.asciidoc

+8-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,17 @@
1111
For the most up-to-date API details, refer to {api-es}/group/endpoint-watcher[{watcher} APIs].
1212
--
1313

14-
This API allows a user to modify the settings for the Watcher internal index (`.watches`). Only a subset of settings are allowed to by modified. This includes:
14+
This API allows a user to modify the settings for the Watcher internal index (`.watches`). Only a subset of settings
15+
are allowed to be modified. This includes:
1516

1617
- `index.auto_expand_replicas`
1718
- `index.number_of_replicas`
19+
- Any setting with the prefix `index.routing.allocation.exclude.`
20+
- Any setting with the prefix `index.routing.allocation.include.`
21+
- Any setting with the prefix `index.routing.allocation.require.`
22+
23+
Modification of `index.routing.allocation.include._tier_preference` is an exception and is not allowed as the Watcher
24+
shards must always be in the `data_content` tier.
1825

1926
An example of modifying the Watcher settings:
2027

0 commit comments

Comments
 (0)