Browse Source

[DOCS] Clarify elasticsearch module for Stack monitoring (#64497)

Lisa Cawley 4 years ago
parent
commit
b3dcaa971c
1 changed files with 6 additions and 6 deletions
  1. 6 6
      docs/reference/monitoring/configuring-metricbeat.asciidoc

+ 6 - 6
docs/reference/monitoring/configuring-metricbeat.asciidoc

@@ -45,22 +45,22 @@ For more information, see <<monitoring-settings>> and <<cluster-update-settings>
 . {metricbeat-ref}/metricbeat-installation-configuration.html[Install {metricbeat}] on each
 {es} node in the production cluster.  Failure to install on each node may result in incomplete or missing results.
 
-. Enable the {es} {xpack} module in {metricbeat} on each {es} node.
+. Enable the {es} module in {metricbeat} on each {es} node.
 +
 --
-For example, to enable the default configuration in the `modules.d` directory, 
-run the following command:
+For example, to enable the default configuration for the {stack-monitor-features}
+in the `modules.d` directory, run the following command:
 
 ["source","sh",subs="attributes,callouts"]
 ----------------------------------------------------------------------
 metricbeat modules enable elasticsearch-xpack
 ----------------------------------------------------------------------
 
-Alternatively, you can use the {es} module, as described in the
-{metricbeat-ref}/metricbeat-module-elasticsearch.html[{es} module usage for {stack} monitoring]. 
+For more information, refer to 
+{metricbeat-ref}/metricbeat-module-elasticsearch.html[{es} module]. 
 --
 
-. Configure the {es} {xpack} module in {metricbeat} on each {es} node.
+. Configure the {es} module in {metricbeat} on each {es} node.
 +
 --
 The `modules.d/elasticsearch-xpack.yml` file contains the following settings: