[DOCS] Disable Metricbeat system module (#37198)

This commit is contained in:
Lisa Cawley 2019-05-30 12:47:10 -07:00 committed by GitHub
parent 100b088573
commit c50b6aba70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -143,6 +143,22 @@ file.
// end::remote-monitoring-user[]
--
. Optional: Disable the system module in {metricbeat}.
+
--
// tag::disable-system-module[]
By default, the {metricbeat-ref}/metricbeat-module-system.html[system module] is
enabled. The information it collects, however, is not shown on the *Monitoring*
page in {kib}. Unless you want to use that information for other purposes, run
the following command:
["source","sh",subs="attributes,callouts"]
----------------------------------------------------------------------
metricbeat modules disable system
----------------------------------------------------------------------
// end::disable-system-module[]
--
. Identify where to send the monitoring data. +
+
--