File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
x-pack/plugin/monitoring/src/main/java/org/elasticsearch/xpack/monitoring Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public class MonitoringTemplateRegistry extends IndexTemplateRegistry {
7777 * 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
7878 * mappings that point to the corresponding ECS fields.
7979 */
80- public static final int STACK_MONITORING_REGISTRY_VERSION = 8_00_00_99 + 20 ;
80+ public static final int STACK_MONITORING_REGISTRY_VERSION = 8_00_00_99 + 21 ;
8181 private static final String STACK_MONITORING_REGISTRY_VERSION_VARIABLE = "xpack.stack.monitoring.template.release.version" ;
8282 private static final String STACK_TEMPLATE_VERSION = "8" ;
8383 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