Skip to content

Commit ffa048a

Browse files
committed
[DOCS] Disable Metricbeat system module (#42601)
1 parent 75d6434 commit ffa048a

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

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, is not shown on the *Monitoring*
155+
page in {kib}. Unless you want to use that information for other purposes, run
156+
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+
149166
. Identify where to send the monitoring data. +
150167
+
151168
--

0 commit comments

Comments
 (0)