Skip to content

Commit b038350

Browse files
ymao1mridula-s109
authored andcommitted
Adding scheduled_report_id field to kibana reporting template (elastic#127827) (elastic#129205)
* Adding scheduled_report_id field to kibana reporting template * Incrementing stack template registry version
1 parent ba359b1 commit b038350

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

x-pack/plugin/core/template-resources/src/main/resources/[email protected]

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
"jobtype": {
4343
"type": "keyword"
4444
},
45+
"scheduled_report_id": {
46+
"type": "keyword"
47+
},
4548
"payload": {
4649
"type": "object",
4750
"enabled": false

x-pack/plugin/stack/src/main/java/org/elasticsearch/xpack/stack/StackTemplateRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)