metricbeat: Reference docs for current instead of master

This commit is contained in:
Antoine Cotten 2021-01-16 21:35:28 +01:00
parent 1273e41260
commit 40e6f2744b
No known key found for this signature in database
GPG Key ID: 94637E68D4A79DD0
3 changed files with 3 additions and 3 deletions

View File

@ -31,6 +31,6 @@ Docker container: [Run Metricbeat on Docker][metricbeat-docker].
[Metricbeat documentation][metricbeat-doc] [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-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 [metricbeat-doc]: https://www.elastic.co/guide/en/beats/metricbeat/current/index.html

View File

@ -37,7 +37,7 @@ output.elasticsearch:
password: changeme password: changeme
## HTTP endpoint for health checking ## 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 http.enabled: true

View File

@ -14,7 +14,7 @@ services:
- -e - -e
# Disable config file permissions checks. Allows mounting # Disable config file permissions checks. Allows mounting
# 'config/metricbeat.yml' even if it's not owned by root. # '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 - --strict.perms=false
# Mount point of the hosts filesystem. Required to monitor the host # Mount point of the hosts filesystem. Required to monitor the host
# from within a container. # from within a container.