File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ See also <<release-highlights>> and <<es-release-notes>>.
20
20
[discrete]
21
21
[[breaking_79_indices_changes]]
22
22
=== Indices changes
23
- .{es} includes built-in index templates for `logs-*-*` and `metrics-*-*`.
24
23
24
+ .{es} includes built-in index templates for `logs-*-*` and `metrics-*-*`.
25
25
[%collapsible]
26
26
====
27
27
*Details* +
@@ -41,6 +41,12 @@ non-overlapping index pattern or assign templates with an overlapping pattern a
41
41
For example, if you don't use {agent} and want to use a template for the
42
42
`logs-*` index pattern, assign your template a priority of `200`. This ensures
43
43
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.
44
50
====
45
51
//end::notable-breaking-changes[]
46
52
You can’t perform that action at this time.
0 commit comments