We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e674c commit 9eabd95Copy full SHA for 9eabd95
x-pack/plugin/monitoring/src/main/java/org/elasticsearch/xpack/monitoring/MonitoringTemplateRegistry.java
@@ -213,7 +213,7 @@ public class MonitoringTemplateRegistry extends IndexTemplateRegistry {
213
public static final IndexTemplateConfig ENTERPRISE_SEARCH_STACK_INDEX_TEMPLATE = new IndexTemplateConfig(
214
ENTERPRISE_SEARCH_STACK_INDEX_TEMPLATE_NAME,
215
"/monitoring-ent-search-mb.json",
216
- 8_00_00_99 + 21,
+ STACK_MONITORING_REGISTRY_VERSION,
217
STACK_MONITORING_REGISTRY_VERSION_VARIABLE,
218
STACK_TEMPLATE_VARIABLES
219
);
0 commit comments