|
@@ -37,7 +37,7 @@ public class StackTemplateRegistry extends IndexTemplateRegistry {
|
|
|
|
|
|
// The stack template registry version. This number must be incremented when we make changes
|
|
|
// to built-in templates.
|
|
|
- public static final int REGISTRY_VERSION = 2;
|
|
|
+ public static final int REGISTRY_VERSION = 3;
|
|
|
|
|
|
public static final String TEMPLATE_VERSION_VARIABLE = "xpack.stack.template.version";
|
|
|
public static final Setting<Boolean> STACK_TEMPLATES_ENABLED = Setting.boolSetting(
|