Skip to content

Commit

Permalink
[monitoring] Update paths to Elasticsearch managed mappings (#166172)
Browse files Browse the repository at this point in the history
Just updating the paths after
elastic/elasticsearch#97763 moved the files to a
dedicated plugin
  • Loading branch information
miltonhultgren authored Sep 11, 2023
1 parent bf22a48 commit 2268bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/monitoring/dev_docs/reference/indices.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2268bfb

Please sign in to comment.