You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: docs/reference/rest-api/watcher/update-settings.asciidoc
+8-1
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,17 @@
11
11
For the most up-to-date API details, refer to {api-es}/group/endpoint-watcher[{watcher} APIs].
12
12
--
13
13
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:
15
16
16
17
- `index.auto_expand_replicas`
17
18
- `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
0 commit comments