mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Docs] Add missing telemetry setting (#206403)
This PR is a re-do of @charlesbp87's https://github.com/elastic/kibana/pull/202458 so that the change can be propagated to all required versions. @charlesbp87 thanks for raising this. Let me know if we should propagate the change to more versions. --------- Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
This commit is contained in:
parent
471f948207
commit
ae701c969e
1 changed files with 3 additions and 0 deletions
|
@ -31,3 +31,6 @@ set <<telemetry-allowChangingOptInStatus, `telemetry.allowChangingOptInStatus`>>
|
|||
If the server fails to connect to our endpoint at https://telemetry.elastic.co/, it assumes
|
||||
it is behind a firewall and falls back to `'browser'` to send it from users' browsers
|
||||
when they are navigating through {kib}. *Default: `'server'`.*
|
||||
|
||||
`xpack.apm.telemetryCollectionEnabled`::
|
||||
Collects information about APM data and API performance. Set this to `false` to specifically disable APM's collector. *Default: `'true'`.*
|
Loading…
Add table
Add a link
Reference in a new issue