Skip to content

Commit

Permalink
[DOCS] Fix 7.9 breaking changes for stack template removal (elastic#7…
Browse files Browse the repository at this point in the history
…9773) (elastic#79832)

Applies changes from elastic#71254 to all 7.x branches after 7.9 for consistency.
  • Loading branch information
jrodewig authored Oct 26, 2021
1 parent de419b9 commit 63089a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/reference/migration/migrate_7_9.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ See also <<release-highlights>> and <<es-release-notes>>.
[discrete]
[[breaking_79_indices_changes]]
=== Indices changes
.{es} includes built-in index templates for `logs-*-*` and `metrics-*-*`.

.{es} includes built-in index templates for `logs-*-*` and `metrics-*-*`.
[%collapsible]
====
*Details* +
Expand All @@ -41,6 +41,12 @@ non-overlapping index pattern or assign templates with an overlapping pattern a
For example, if you don't use {agent} and want to use a template for the
`logs-*` index pattern, assign your template a priority of `200`. This ensures
your template is applied instead of the built-in template for `logs-*-*`.
To disable all built-in index and component templates, set
{ref}/index-management-settings.html#stack-templates-enabled[`stack.templates.enabled`]
to `false` in {ref}/settings.html#config-files-location[`elasticsearch.yml`]
before start up. If the templates already exist, this setting ensures {es} does
not recreate the built-in templates after deletion.
====
//end::notable-breaking-changes[]

Expand Down

0 comments on commit 63089a2

Please sign in to comment.