Skip to content
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
4 changes: 3 additions & 1 deletion docs/reference/indices/templates.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ and a simple pattern template that controls whether the template should be
applied to the new index.

NOTE: Templates are only applied at index creation time. Changing a template
will have no impact on existing indices.
will have no impact on existing indices. When using the create index API, the settings/mappings
defined as part of the create index call will take precedence over any matching settings/mappings
defined in the template.

For example:

Expand Down