Skip to content

Commit c34efd1

Browse files
Update documentation for watcher update settings endpoint (#4141) (#4178)
(cherry picked from commit 8ac01e8) Co-authored-by: Luke Whiting <[email protected]>
1 parent cd0325d commit c34efd1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

specification/watcher/update_settings/WatcherUpdateSettingsRequest.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ import { Duration } from '@_types/Time'
2525
* Update Watcher index settings.
2626
* Update settings for the Watcher internal index (`.watches`).
2727
* Only a subset of settings can be modified.
28-
* This includes `index.auto_expand_replicas` and `index.number_of_replicas`.
28+
* This includes `index.auto_expand_replicas`, `index.number_of_replicas`, `index.routing.allocation.exclude.*`,
29+
* `index.routing.allocation.include.*` and `index.routing.allocation.require.*`.
30+
* Modification of `index.routing.allocation.include._tier_preference` is an exception and is not allowed as the
31+
* Watcher shards must always be in the `data_content` tier.
2932
* @rest_spec_name watcher.update_settings
3033
* @availability stack stability=stable visibility=public
3134
* @cluster_privileges manage_watcher

0 commit comments

Comments
 (0)