Skip to content

[Backport 9.0] Update documentation for watcher update settings endpoint #4178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 28, 2025
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ import { Duration } from '@_types/Time'
* Update Watcher index settings.
* Update settings for the Watcher internal index (`.watches`).
* Only a subset of settings can be modified.
* This includes `index.auto_expand_replicas` and `index.number_of_replicas`.
* This includes `index.auto_expand_replicas`, `index.number_of_replicas`, `index.routing.allocation.exclude.*`,
* `index.routing.allocation.include.*` and `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.
* @rest_spec_name watcher.update_settings
* @availability stack stability=stable visibility=public
* @cluster_privileges manage_watcher
Expand Down