diff --git a/docs/en/monitoring/configuring-monitoring.asciidoc b/docs/en/monitoring/configuring-monitoring.asciidoc index ff3e139abf5..311eeef00c1 100644 --- a/docs/en/monitoring/configuring-monitoring.asciidoc +++ b/docs/en/monitoring/configuring-monitoring.asciidoc @@ -5,11 +5,11 @@ Configuring Monitoring ++++ -{monitoring} is enabled by default when you install {xpack}. Advanced monitoring -settings enable you to control how frequently data is collected, configure -timeouts, and set the retention period for locally-stored monitoring indices. You -can also adjust how monitoring data is displayed. For more information, see -<>. +By default, {monitoring} is enabled but data collection is disabled. Advanced +monitoring settings enable you to control how frequently data is collected, +configure timeouts, and set the retention period for locally-stored monitoring +indices. You can also adjust how monitoring data is displayed. For more +information, see <>. include::indices.asciidoc[] include::{xes-repo-dir}/settings/monitoring-settings.asciidoc[] diff --git a/docs/en/settings/monitoring-settings.asciidoc b/docs/en/settings/monitoring-settings.asciidoc index fddf6a24b1d..646b82dd41e 100644 --- a/docs/en/settings/monitoring-settings.asciidoc +++ b/docs/en/settings/monitoring-settings.asciidoc @@ -5,11 +5,15 @@ Monitoring Settings ++++ -By default when you install {xpack}, monitoring is enabled but data collection -is disabled. To enable data collection, use the -`xpack.monitoring.collection.enabled` setting. +By default, monitoring is enabled but data collection is disabled. To enable +data collection, use the `xpack.monitoring.collection.enabled` setting. You can configure these monitoring settings in the `elasticsearch.yml` file. +Some of them can also be set across the cluster by using the +<>. + +TIP: Cluster settings take precedence over settings in the `elasticsearch.yml` +file. To adjust how monitoring data is displayed in the monitoring UI, configure {kibana-ref}/monitoring-settings-kb.html[`xpack.monitoring` settings] in @@ -25,7 +29,7 @@ For more information, see [[general-monitoring-settings]] ==== General Monitoring Settings `xpack.monitoring.enabled`:: -Set to `false` to disable {es} {monitoring} for Elasticsearch on the node. +Set to `true` (default) to enable {es} {monitoring} for {es} on the node. [float] [[monitoring-collection-settings]] @@ -36,7 +40,10 @@ your Elasticsearch nodes. `xpack.monitoring.collection.enabled`:: -Enable the collection of monitoring data. Defaults to `false`. added[6.3.0] +added[6.3.0] Set to `true` to enable the collection of monitoring data. When +this setting is `false` (default), {es} monitoring data is not collected and +all monitoring data from other sources such as {kib}, Beats, and Logstash is +ignored. + You can update this setting through the <>.