Skip to content

Commit 59dd4d2

Browse files
gleflochjavanna
authored andcommitted
documentation of preserve existing settings
1 parent e875f7f commit 59dd4d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/reference/indices/update-settings.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Change specific index level settings in real time.
55

66
The 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

2222
The list of per-index settings which can be updated dynamically on live
2323
indices 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]]

0 commit comments

Comments
 (0)