Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion docs/reference/indices/index-templates.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ applying the templates, do one or more of the following:

- To disable all built-in index and component templates, set
<<stack-templates-enabled,`stack.templates.enabled`>> to `false` using the
<<cluster-update-settings,cluster update settings API>>.
<<cluster-update-settings,cluster update settings API>>. Note, however, that this is not
recommended, see the <<stack-templates-enabled,setting documentation>> for more information.

- Use a non-overlapping index pattern.

Expand Down
8 changes: 7 additions & 1 deletion docs/reference/modules/indices/index_management.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ If `true`, enables built-in index and component templates.
streams. If `false`, {es} disables these index and component templates. Defaults
to `true`.

NOTE: It is not recommended to disable the built-in stack templates, as some functionality of {es}
or Kibana will not work correctly when disabled. Features like log and metric collection, as well as
Kibana reporting, may malfunction without the built-in stack templates. Stack templates should only
be disabled temporarily, if necessary, to resolve upgrade issues, then re-enabled after any issues
have been resolved.

This setting affects the following built-in index templates:

include::{es-ref-dir}/indices/index-templates.asciidoc[tag=built-in-index-template-patterns]
Expand Down Expand Up @@ -142,4 +148,4 @@ and certificate forgery.
One of `full` (verify the hostname and the certificate path), `certificate`
(verify the certificate path, but not the hostname) or `none` (perform no
verification - this is strongly discouraged in production environments).
Defaults to `full`.
Defaults to `full`.
Loading