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