@@ -81,23 +81,6 @@ Leave `xpack.monitoring.enabled` set to its default value (`true`).
81
81
. {metricbeat-ref}/metricbeat-installation.html[Install {metricbeat}] on each
82
82
{es} node in the production cluster.
83
83
84
- .. Optional: Disable the system module in {metricbeat}.
85
- +
86
- --
87
- // tag::disable-system-module[]
88
- Run the following command:
89
-
90
- ["source","sh",subs="attributes,callouts"]
91
- ----------------------------------------------------------------------
92
- metricbeat modules disable system
93
- ----------------------------------------------------------------------
94
-
95
- For more information, see
96
- {metricbeat-ref}/configuration-metricbeat.html[Specify which modules to run] and
97
- {metricbeat-ref}/metricbeat-module-system.html[System module].
98
- // end::disable-system-module[]
99
- --
100
-
101
84
. Enable the {es} {xpack} module in {metricbeat} on each {es} node. +
102
85
+
103
86
--
@@ -163,6 +146,23 @@ file.
163
146
// end::remote-monitoring-user[]
164
147
--
165
148
149
+ . Optional: Disable the system module in {metricbeat}.
150
+ +
151
+ --
152
+ // tag::disable-system-module[]
153
+ By default, the {metricbeat-ref}/metricbeat-module-system.html[system module] is
154
+ enabled. The information it collects, however, does not get used on the
155
+ *Monitoring* page in {kib}. Unless you want to use that information for other
156
+ purposes, run the following command:
157
+
158
+ ["source","sh",subs="attributes,callouts"]
159
+ ----------------------------------------------------------------------
160
+ metricbeat modules disable system
161
+ ----------------------------------------------------------------------
162
+
163
+ // end::disable-system-module[]
164
+ --
165
+
166
166
. Identify where to send the monitoring data. +
167
167
+
168
168
--
0 commit comments