Skip to content

Commit 8befb8d

Browse files
ymao1valeriy42
authored andcommitted
Adding scheduled_report_id field to kibana reporting template (elastic#127827)
* Adding scheduled_report_id field to kibana reporting template * Incrementing stack template registry version
1 parent 92808e7 commit 8befb8d

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
@@ -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(

0 commit comments

Comments
 (0)