[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:
florent-leborgne 2025-01-15 16:52:16 +01:00 committed by GitHub
parent 471f948207
commit ae701c969e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'`.*