From 2268bfbbd40288bf50362a800cb07ec3ee78b5db Mon Sep 17 00:00:00 2001 From: Milton Hultgren Date: Mon, 11 Sep 2023 16:21:56 +0200 Subject: [PATCH] [monitoring] Update paths to Elasticsearch managed mappings (#166172) Just updating the paths after https://github.com/elastic/elasticsearch/pull/97763 moved the files to a dedicated plugin --- x-pack/plugins/monitoring/dev_docs/reference/indices.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/monitoring/dev_docs/reference/indices.md b/x-pack/plugins/monitoring/dev_docs/reference/indices.md index 41038ba43b845..1993d31d157f2 100644 --- a/x-pack/plugins/monitoring/dev_docs/reference/indices.md +++ b/x-pack/plugins/monitoring/dev_docs/reference/indices.md @@ -24,8 +24,8 @@ And finally if using the standalone metricbeat modules with `xpack.enabled: fals The index templates for `.monitoring-*` are shipped with and managed by Elasticsearch itself and can be found in that code repository. For example: -- [monitoring-es.json](https://github.com/elastic/elasticsearch/blob/master/x-pack/plugin/core/src/main/resources/monitoring-es.json) - for internal collection or standalone metricbeat prior to 8.0 -- [monitoring-es-mb.json](https://github.com/elastic/elasticsearch/blob/master/x-pack/plugin/core/src/main/resources/monitoring-es-mb.json) - for standalone metricbeat after 8.0 +- [monitoring-es.json](https://github.com/elastic/elasticsearch/blob/main/x-pack/plugin/core/template-resources/src/main/resources/monitoring-es.json) - for internal collection or standalone metricbeat prior to 8.0 +- [monitoring-es-mb.json](https://github.com/elastic/elasticsearch/blob/main/x-pack/plugin/core/template-resources/src/main/resources/monitoring-es-mb.json) - for standalone metricbeat after 8.0 To verify changes to these templates, either make them in place on a running cluster or run elasticsearch from source.