diff --git a/metricbeat/module/elasticsearch/node/_meta/docs.asciidoc b/metricbeat/module/elasticsearch/node/_meta/docs.asciidoc index 60af50238eb..6e64f0cb047 100644 --- a/metricbeat/module/elasticsearch/node/_meta/docs.asciidoc +++ b/metricbeat/module/elasticsearch/node/_meta/docs.asciidoc @@ -1,4 +1,4 @@ The `node` metricset interrogates the -https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-nodes-info.html[Cluster API endpoint] of +{ref}/cluster-nodes-info.html[Cluster API endpoint] of Elasticsearch to get cluster nodes information. This metricset only fetches the data from the `_local` node so it must run on each Elasticsearch node. diff --git a/metricbeat/module/elasticsearch/node_stats/_meta/docs.asciidoc b/metricbeat/module/elasticsearch/node_stats/_meta/docs.asciidoc index e059f3187b1..e8adef48087 100644 --- a/metricbeat/module/elasticsearch/node_stats/_meta/docs.asciidoc +++ b/metricbeat/module/elasticsearch/node_stats/_meta/docs.asciidoc @@ -1,5 +1,5 @@ The `node_stats` metricset interrogates the -https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-nodes-stats.html[Cluster API endpoint] of +{ref}/cluster-nodes-stats.html[Cluster API endpoint] of Elasticsearch to get the cluster nodes statistics. The data received is only for the local node so this Metricbeat has to be run on each Elasticsearch node.