Skip to content

Commit 9eabd95

Browse files
committed
Update stack monitoring templates for Stack 9 release (fix BWC test cases)
1 parent d7e674c commit 9eabd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/monitoring/src/main/java/org/elasticsearch/xpack/monitoring/MonitoringTemplateRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public class MonitoringTemplateRegistry extends IndexTemplateRegistry {
213213
public static final IndexTemplateConfig ENTERPRISE_SEARCH_STACK_INDEX_TEMPLATE = new IndexTemplateConfig(
214214
ENTERPRISE_SEARCH_STACK_INDEX_TEMPLATE_NAME,
215215
"/monitoring-ent-search-mb.json",
216-
8_00_00_99 + 21,
216+
STACK_MONITORING_REGISTRY_VERSION,
217217
STACK_MONITORING_REGISTRY_VERSION_VARIABLE,
218218
STACK_TEMPLATE_VARIABLES
219219
);

0 commit comments

Comments
 (0)