We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbfac4f commit d9d8c8aCopy full SHA for d9d8c8a
docs/reference/migration/migrate_6_3.asciidoc
@@ -94,3 +94,11 @@ place) you can start Elasticsearch with the JVM option
94
`-Des.thread_pool.write.use_bulk_as_display_name=true` to have Elasticsearch
95
continue to display the name of this thread pool as `bulk`. Elasticsearch will
96
stop observing this system property in 7.0.0.
97
+
98
+==== Enabling monitoring
99
100
+By default when you install {xpack}, monitoring is enabled but data collection
101
+is disabled. To enable data collection, use the new
102
+`xpack.monitoring.collection.enabled` setting. You can update this setting by
103
+using the <<cluster-update-settings,Cluster Update Settings API>>. For more
104
+information, see <<monitoring-settings>>.
0 commit comments