File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 44Change specific index level settings in real time.
55
66The REST endpoint is `/_settings` (to update all indices) or
7- `{index}/_settings` to update one (or more) indices settings. The body
8- of the request includes the updated settings, for example:
7+ `{index}/_settings` to update one (or more) indices settings.
8+ The body of the request includes the updated settings, for example:
99
1010[source,js]
1111--------------------------------------------------
@@ -21,6 +21,8 @@ PUT /twitter/_settings
2121
2222The list of per-index settings which can be updated dynamically on live
2323indices can be found in <<index-modules>>.
24+ To preserve existing settings from being updated, the `preserve_existing`
25+ request parameter can be set to `true`.
2426
2527[float]
2628[[bulk]]
You can’t perform that action at this time.
0 commit comments