Skip to content

Commit

Permalink
[DOCS] Fix hard-coded mapping type doc link (elastic#33542)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton authored Nov 3, 2022
1 parent 7dfecc0 commit 836c01d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/devguide/metricset-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ include::../../metricbeat/module/mysql/_meta/fields.yml[]

There is another `fields.yml` file under `module/{module}/{metricset}/_meta/fields.yml` that contains all fields retrieved
by the metricset. As field types, each field must have a core data type
https://www.elastic.co/guide/en/elasticsearch/reference/master/mapping-types.html#_core_datatypes[supported by elasticsearch]. Here's a very basic example that shows one group from the MySQL `status` metricset:
{ref}/mapping-types.html#_core_datatypes[supported by elasticsearch]. Here's a very basic example that shows one group from the MySQL `status` metricset:

[source,yaml]
----
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/elasticsearch/node/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 836c01d

Please sign in to comment.