Skip to content

Commit df35cfd

Browse files
committed
[DOCS] Disable Metricbeat system module
1 parent e78dd40 commit df35cfd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/reference/monitoring/configuring-metricbeat.asciidoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,23 @@ Leave `xpack.monitoring.enabled` set to its default value (`true`).
8181
. {metricbeat-ref}/metricbeat-installation.html[Install {metricbeat}] on each
8282
{es} node in the production cluster.
8383

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+
84101
. Enable the {es} {xpack} module in {metricbeat} on each {es} node. +
85102
+
86103
--

0 commit comments

Comments
 (0)