We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2304df6 commit 71a4898Copy full SHA for 71a4898
x-pack/plugin/stack/src/main/java/org/elasticsearch/xpack/stack/StackTemplateRegistry.java
@@ -37,7 +37,7 @@ public class StackTemplateRegistry extends IndexTemplateRegistry {
37
38
// The stack template registry version. This number must be incremented when we make changes
39
// to built-in templates.
40
- public static final int REGISTRY_VERSION = 16;
+ public static final int REGISTRY_VERSION = 17;
41
42
public static final String TEMPLATE_VERSION_VARIABLE = "xpack.stack.template.version";
43
public static final Setting<Boolean> STACK_TEMPLATES_ENABLED = Setting.boolSetting(
0 commit comments