Skip to content

Commit d065604

Browse files
authored
[DOCS] Fix 7.9 breaking changes for stack template removal (#79773) (#79834)
Applies changes from #71254 to all 7.x branches after 7.9 for consistency.
1 parent 9bcce59 commit d065604

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/reference/migration/migrate_7_9.asciidoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ See also <<release-highlights>> and <<es-release-notes>>.
2020
[discrete]
2121
[[breaking_79_indices_changes]]
2222
=== Indices changes
23-
.{es} includes built-in index templates for `logs-*-*` and `metrics-*-*`.
2423

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

0 commit comments

Comments
 (0)