mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[DOCS] Adds settings change to breaking changes doc (#50827)
This commit is contained in:
parent
faaa0111ed
commit
86564a8869
2 changed files with 11 additions and 0 deletions
|
@ -30,3 +30,13 @@ that search requests will use the `_search` {es} endpoint rather than `_msearch`
|
|||
*Impact:*
|
||||
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 <<telemetry.enabled, `telemetry.enabled`>> instead.
|
||||
|
|
|
@ -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