From 40e6f2744bc5824b96c4c490180400da09217a52 Mon Sep 17 00:00:00 2001 From: Antoine Cotten Date: Sat, 16 Jan 2021 21:35:28 +0100 Subject: [PATCH] metricbeat: Reference docs for current instead of master --- extensions/metricbeat/README.md | 2 +- extensions/metricbeat/config/metricbeat.yml | 2 +- extensions/metricbeat/metricbeat-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/metricbeat/README.md b/extensions/metricbeat/README.md index 816eb47..4da282a 100644 --- a/extensions/metricbeat/README.md +++ b/extensions/metricbeat/README.md @@ -31,6 +31,6 @@ Docker container: [Run Metricbeat on Docker][metricbeat-docker]. [Metricbeat documentation][metricbeat-doc] -[metricbeat-config]: https://www.elastic.co/guide/en/beats/metricbeat/master/metricbeat-reference-yml.html +[metricbeat-config]: https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-reference-yml.html [metricbeat-docker]: https://www.elastic.co/guide/en/beats/metricbeat/current/running-on-docker.html [metricbeat-doc]: https://www.elastic.co/guide/en/beats/metricbeat/current/index.html diff --git a/extensions/metricbeat/config/metricbeat.yml b/extensions/metricbeat/config/metricbeat.yml index 62f145b..eac94d6 100644 --- a/extensions/metricbeat/config/metricbeat.yml +++ b/extensions/metricbeat/config/metricbeat.yml @@ -37,7 +37,7 @@ output.elasticsearch: password: changeme ## HTTP endpoint for health checking -## https://www.elastic.co/guide/en/beats/metricbeat/master/http-endpoint.html +## https://www.elastic.co/guide/en/beats/metricbeat/current/http-endpoint.html # http.enabled: true diff --git a/extensions/metricbeat/metricbeat-compose.yml b/extensions/metricbeat/metricbeat-compose.yml index fa222b4..c8f9032 100644 --- a/extensions/metricbeat/metricbeat-compose.yml +++ b/extensions/metricbeat/metricbeat-compose.yml @@ -14,7 +14,7 @@ services: - -e # Disable config file permissions checks. Allows mounting # 'config/metricbeat.yml' even if it's not owned by root. - # see: https://www.elastic.co/guide/en/beats/libbeat/master/config-file-permissions.html + # see: https://www.elastic.co/guide/en/beats/libbeat/current/config-file-permissions.html - --strict.perms=false # Mount point of the host’s filesystem. Required to monitor the host # from within a container.