Skip to content

Commit ff7e238

Browse files
authored
[DOCS] Fix 7.9 breaking changes for stack template removal (elastic#79773) (elastic#79836)
Applies changes from elastic#71254 to all 7.x branches after 7.9 for consistency. # Conflicts: # docs/reference/migration/migrate_7_9.asciidoc
1 parent 9a12ab5 commit ff7e238

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/reference/migration/migrate_7_9.asciidoc

Lines changed: 5 additions & 5 deletions
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* +
@@ -43,10 +43,10 @@ For example, if you don't use {agent} and want to use a template for the
4343
your template is applied instead of the built-in template for `logs-*-*`.
4444
4545
To disable all built-in index and component templates, set
46-
<<stack-templates-enabled,`stack.templates.enabled`>> to `false` in
47-
<<config-files-location,`elasticsearch.yml`>> before start up. If the templates
48-
already exist, this setting ensures {es} does not recreate the built-in
49-
templates after deletion.
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.
5050
====
5151
//end::notable-breaking-changes[]
5252

0 commit comments

Comments
 (0)