mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
[DOCS] consolidate telemetry settings to core (#52634)
* docs: consolidate telemetry settings to core Telemetry is no longer part of monitoring. * docs: revise telemetry settings text * docs: tweak telemetry setting text
This commit is contained in:
parent
683c138798
commit
16b217a11b
2 changed files with 5 additions and 7 deletions
|
@ -66,13 +66,6 @@ both the {es} monitoring cluster and the {es} production cluster.
|
||||||
|
|
||||||
If not set, {kib} uses the value of the `elasticsearch.password` setting.
|
If not set, {kib} uses the value of the `elasticsearch.password` setting.
|
||||||
|
|
||||||
`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
|
|
||||||
shared with anyone. Set to `false` to disable statistics reporting from any
|
|
||||||
browser connected to the {kib} instance. You can also opt out through the
|
|
||||||
*Advanced Settings* in {kib}.
|
|
||||||
|
|
||||||
`xpack.monitoring.elasticsearch.pingTimeout`::
|
`xpack.monitoring.elasticsearch.pingTimeout`::
|
||||||
Specifies the time in milliseconds to wait for {es} to respond to internal
|
Specifies the time in milliseconds to wait for {es} to respond to internal
|
||||||
health checks. By default, it matches the `elasticsearch.pingTimeout` setting,
|
health checks. By default, it matches the `elasticsearch.pingTimeout` setting,
|
||||||
|
|
|
@ -380,6 +380,11 @@ cannot be `false` at the same time.
|
||||||
To enable telemetry and prevent users from disabling it,
|
To enable telemetry and prevent users from disabling it,
|
||||||
set `telemetry.allowChangingOptInStatus` to `false` and `telemetry.optIn` to `true`.
|
set `telemetry.allowChangingOptInStatus` to `false` and `telemetry.optIn` to `true`.
|
||||||
|
|
||||||
|
`telemetry.enabled`:: *Default: true* Reporting your cluster statistics helps
|
||||||
|
us improve your user experience. Your data is never shared with anyone. Set to
|
||||||
|
`false` to disable telemetry capabilities entirely. You can alternatively opt
|
||||||
|
out through the *Advanced Settings* in {kib}.
|
||||||
|
|
||||||
`vega.enableExternalUrls:`:: *Default: false* Set this value to true to allow Vega to use any URL to access external data sources and images. If false, Vega can only get data from Elasticsearch.
|
`vega.enableExternalUrls:`:: *Default: false* Set this value to true to allow Vega to use any URL to access external data sources and images. If false, Vega can only get data from Elasticsearch.
|
||||||
|
|
||||||
`xpack.license_management.enabled`:: *Default: true* Set this value to false to
|
`xpack.license_management.enabled`:: *Default: true* Set this value to false to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue