Skip to content

Commit 495dcdc

Browse files
[docs] Clarify that index template settings take precedence over comp… (#87374) (#95354)
* [docs] Clarify that index template settings take precedence over component templates. [docs] Clarify that index template settings take precedence over component templates. * Update docs/reference/indices/index-templates.asciidoc Co-authored-by: Adam Locke <[email protected]> --------- Co-authored-by: Abdon Pijpelink <[email protected]> Co-authored-by: Adam Locke <[email protected]> (cherry picked from commit ba9dc81) Co-authored-by: Toby Sutor <[email protected]>
1 parent baf187d commit 495dcdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/indices/index-templates.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ applied.
2828
template, the settings from the <<indices-create-index,create index>> request
2929
take precedence over settings specified in the index template and its component
3030
templates.
31+
* Settings specified in the index template itself take precedence over the settings
32+
in its component templates.
3133
* If a new data stream or index matches more than one index template, the index
3234
template with the highest priority is used.
3335

0 commit comments

Comments
 (0)