Skip to content
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
9 changes: 8 additions & 1 deletion docs/reference/rest-api/watcher/update-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,17 @@
For the most up-to-date API details, refer to {api-es}/group/endpoint-watcher[{watcher} APIs].
--

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:
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:

- `index.auto_expand_replicas`
- `index.number_of_replicas`
- Any setting with the prefix `index.routing.allocation.exclude.`
- Any setting with the prefix `index.routing.allocation.include.`
- Any setting with the prefix `index.routing.allocation.require.`

Modification of `index.routing.allocation.include._tier_preference` is an exception and is not allowed as the Watcher
shards must always be in the `data_content` tier.

An example of modifying the Watcher settings:

Expand Down