Skip to content

Commit 136c826

Browse files
committed
[DOCS] Disable Metricbeat system module (#42601)
1 parent 729f976 commit 136c826

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
@@ -144,6 +144,23 @@ file.
144144
// end::remote-monitoring-user[]
145145
--
146146

147+
. Optional: Disable the system module in {metricbeat}.
148+
+
149+
--
150+
// tag::disable-system-module[]
151+
By default, the {metricbeat-ref}/metricbeat-module-system.html[system module] is
152+
enabled. The information it collects, however, is not shown on the *Monitoring*
153+
page in {kib}. Unless you want to use that information for other purposes, run
154+
the following command:
155+
156+
["source","sh",subs="attributes,callouts"]
157+
----------------------------------------------------------------------
158+
metricbeat modules disable system
159+
----------------------------------------------------------------------
160+
161+
// end::disable-system-module[]
162+
--
163+
147164
. Identify where to send the monitoring data. +
148165
+
149166
--

0 commit comments

Comments
 (0)