Skip to content

Commit d9d8c8a

Browse files
authored
[DOCS] Adds monitoring breaking change (#31369)
1 parent cbfac4f commit d9d8c8a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/reference/migration/migrate_6_3.asciidoc

+8
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,11 @@ place) you can start Elasticsearch with the JVM option
9494
`-Des.thread_pool.write.use_bulk_as_display_name=true` to have Elasticsearch
9595
continue to display the name of this thread pool as `bulk`. Elasticsearch will
9696
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

Comments
 (0)