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 4242 "jobtype" : {
4343 "type" : " keyword"
4444 },
45+ "scheduled_report_id" : {
46+ "type" : " keyword"
47+ },
4548 "payload" : {
4649 "type" : " object" ,
4750 "enabled" : false
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public class StackTemplateRegistry extends IndexTemplateRegistry {
3838
3939 // The stack template registry version. This number must be incremented when we make changes
4040 // to built-in templates.
41- public static final int REGISTRY_VERSION = 15 ;
41+ public static final int REGISTRY_VERSION = 16 ;
4242
4343 public static final String TEMPLATE_VERSION_VARIABLE = "xpack.stack.template.version" ;
4444 public static final Setting <Boolean > STACK_TEMPLATES_ENABLED = Setting .boolSetting (
You can’t perform that action at this time.
0 commit comments