File tree 2 files changed +5
-1
lines changed
monitoring/src/main/java/org/elasticsearch/xpack/monitoring 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 492
492
"uuid" : {
493
493
"type" : " alias" ,
494
494
"path" : " service.id"
495
+ },
496
+ "version" : {
497
+ "type" : " alias" ,
498
+ "path" : " service.version"
495
499
}
496
500
}
497
501
},
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public class MonitoringTemplateRegistry extends IndexTemplateRegistry {
77
77
* writes monitoring data in ECS format as of 8.0. These templates define the ECS schema as well as alias fields for the old monitoring
78
78
* mappings that point to the corresponding ECS fields.
79
79
*/
80
- public static final int STACK_MONITORING_REGISTRY_VERSION = Version .V_8_0_0 .id ;
80
+ public static final int STACK_MONITORING_REGISTRY_VERSION = Version .V_8_0_0 .id + 1 ;
81
81
private static final String STACK_MONITORING_REGISTRY_VERSION_VARIABLE = "xpack.stack.monitoring.template.release.version" ;
82
82
private static final String STACK_TEMPLATE_VERSION = "8" ;
83
83
private static final String STACK_TEMPLATE_VERSION_VARIABLE = "xpack.stack.monitoring.template.version" ;
You can’t perform that action at this time.
0 commit comments