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 ae47aa3 commit 17cbbb2Copy full SHA for 17cbbb2
x-pack/plugin/monitoring/src/main/java/org/elasticsearch/xpack/monitoring/MonitoringTemplateRegistry.java
@@ -111,7 +111,7 @@ public class MonitoringTemplateRegistry extends IndexTemplateRegistry {
111
);
112
113
//////////////////////////////////////////////////////////
114
- // Beats template (for matching ".monitoring-beats-8-*" indices)
+ // Beats template (for matching ".monitoring-beats-${version}-*" indices)
115
116
public static final String BEATS_INDEX_TEMPLATE_NAME = ".monitoring-beats";
117
public static final IndexTemplateConfig BEATS_INDEX_TEMPLATE = new IndexTemplateConfig(
0 commit comments