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 @@ -47,7 +47,7 @@ public class StackTemplateRegistry extends IndexTemplateRegistry {
4747
4848 // The stack template registry version. This number must be incremented when we make changes
4949 // to built-in templates.
50- public static final int REGISTRY_VERSION = 15 ;
50+ public static final int REGISTRY_VERSION = 16 ;
5151
5252 public static final String TEMPLATE_VERSION_VARIABLE = "xpack.stack.template.version" ;
5353 public static final Setting <Boolean > STACK_TEMPLATES_ENABLED = Setting .boolSetting (
You can’t perform that action at this time.
0 commit comments