File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
core/template-resources/src/main/resources
stack/src/main/java/org/elasticsearch/xpack/stack Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1010 "template" : {
1111 "lifecycle" : {},
1212 "mappings" : {
13+ "_meta" : {
14+ "template_version" : ${xpack.stack.template.version }
15+ },
1316 "properties" : {
1417 "meta" : {
1518 "properties" : {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public class StackTemplateRegistry extends IndexTemplateRegistry {
3737
3838 // The stack template registry version. This number must be incremented when we make changes
3939 // to built-in templates.
40- public static final int REGISTRY_VERSION = 17 ;
40+ public static final int REGISTRY_VERSION = 18 ;
4141
4242 public static final String TEMPLATE_VERSION_VARIABLE = "xpack.stack.template.version" ;
4343 public static final Setting <Boolean > STACK_TEMPLATES_ENABLED = Setting .boolSetting (
You can’t perform that action at this time.
0 commit comments