mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[DOCS][7.5] Adds settings change to breaking changes doc (#50829)
* [DOCS][7.5] Adds settings change to breaking changes doc * [DOCS] Fixes link to Monitoring settings
This commit is contained in:
parent
37c21ac8b5
commit
21d0022f54
2 changed files with 12 additions and 0 deletions
|
@ -32,4 +32,15 @@ that search requests will use the `_search` {es} endpoint rather than `_msearch`
|
|||
Dashboard panels will load individually, and search requests will terminate
|
||||
when users navigate away or update the query.
|
||||
|
||||
[float]
|
||||
[[breaking_75_telemetry]]
|
||||
=== `xpack.telemetry.enabled` is no longer valid
|
||||
|
||||
*Details:*
|
||||
The `xpack.telemetry.enabled` setting has been removed.
|
||||
|
||||
*Impact:*
|
||||
Use {kibana-ref}/monitoring-settings-kb.html#monitoring-general-settings[`telemetry.enabled`] instead.
|
||||
|
||||
|
||||
// end::notable-breaking-changes[]
|
|
@ -54,6 +54,7 @@ Specifies the password that {kib} uses for authentication when it retrieves data
|
|||
from the monitoring cluster. If not set, {kib} uses the value of the
|
||||
`elasticsearch.password` setting.
|
||||
|
||||
[[telemetry.enabled]]
|
||||
`telemetry.enabled`::
|
||||
Set to `true` (default) to send cluster statistics to Elastic. Reporting your
|
||||
cluster statistics helps us improve your user experience. Your data is never
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue