mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[DOCS] Adds documentation on telemetry settings (#50739)
* [DOCS] Adds documentation on telemetry settings * [DOCS] Adds not that both settings can't be false at the same time
This commit is contained in:
parent
c40b320104
commit
bd96d738dc
1 changed files with 12 additions and 0 deletions
|
@ -320,6 +320,18 @@ supported protocols with versions. Valid protocols: `TLSv1`, `TLSv1.1`, `TLSv1.2
|
|||
setting this to `true` enables unauthenticated users to access the Kibana
|
||||
server status API and status page.
|
||||
|
||||
`telemetry.allowChangingOptInStatus`:: *Default: true*. If `true`,
|
||||
users are able to change the telemetry setting at a later time in
|
||||
<<advanced-options, Advanced Settings>>. If `false`,
|
||||
{kib} looks at the value of `telemetry.optIn` to determine whether to send
|
||||
telemetry data or not. `telemetry.allowChangingOptInStatus` and `telemetry.optIn`
|
||||
cannot be `false` at the same time.
|
||||
|
||||
`telemetry.optIn`:: *Default: true* If `true`, telemetry data is sent to Elastic.
|
||||
If `false`, collection of telemetry data is disabled.
|
||||
To enable telemetry and prevent users from disabling it,
|
||||
set `telemetry.allowChangingOptInStatus` to `false` and `telemetry.optIn` to `true`.
|
||||
|
||||
`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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue