From 95073cb4c1effa8941e8f5a842b8cbcb42ff2ad5 Mon Sep 17 00:00:00 2001 From: lcawl Date: Fri, 15 Jun 2018 12:31:58 -0700 Subject: [PATCH] [DOCS] Adds monitoring breaking change --- docs/reference/migration/migrate_6_3.asciidoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/reference/migration/migrate_6_3.asciidoc b/docs/reference/migration/migrate_6_3.asciidoc index ddb5eb5f695ae..188debd93602c 100644 --- a/docs/reference/migration/migrate_6_3.asciidoc +++ b/docs/reference/migration/migrate_6_3.asciidoc @@ -88,3 +88,11 @@ place) you can start Elasticsearch with the JVM option `-Des.thread_pool.write.use_bulk_as_display_name=true` to have Elasticsearch continue to display the name of this thread pool as `bulk`. Elasticsearch will stop observing this system property in 7.0.0. + +==== Enabling monitoring + +By default when you install {xpack}, monitoring is enabled but data collection +is disabled. To enable data collection, use the new +`xpack.monitoring.collection.enabled` setting. You can update this setting by +using the <>. For more +information, see <>.