[8.x] [Docs] Add missing telemetry setting (#206403) (#206820)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[Docs] Add missing telemetry setting
(#206403)](https://github.com/elastic/kibana/pull/206403)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2025-01-15T15:52:16Z","message":"[Docs]
Add missing telemetry setting (#206403)\n\nThis PR is a re-do of
@charlesbp87's\r\nhttps://github.com/elastic/kibana/pull/202458 so that
the change can be\r\npropagated to all required
versions.\r\n\r\n@charlesbp87 thanks for raising this. Let me know if we
should propagate\r\nthe change to more
versions.\r\n\r\n---------\r\n\r\nCo-authored-by: Liam Thompson
<32779855+leemthompo@users.noreply.github.com>","sha":"ae701c969e90800886309343b5d9a146439de8e6","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","v8.16.0","backport:version","v8.17.0","v8.18.0"],"title":"[Docs]
Add missing telemetry
setting","number":206403,"url":"https://github.com/elastic/kibana/pull/206403","mergeCommit":{"message":"[Docs]
Add missing telemetry setting (#206403)\n\nThis PR is a re-do of
@charlesbp87's\r\nhttps://github.com/elastic/kibana/pull/202458 so that
the change can be\r\npropagated to all required
versions.\r\n\r\n@charlesbp87 thanks for raising this. Let me know if we
should propagate\r\nthe change to more
versions.\r\n\r\n---------\r\n\r\nCo-authored-by: Liam Thompson
<32779855+leemthompo@users.noreply.github.com>","sha":"ae701c969e90800886309343b5d9a146439de8e6"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.17","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/206403","number":206403,"mergeCommit":{"message":"[Docs]
Add missing telemetry setting (#206403)\n\nThis PR is a re-do of
@charlesbp87's\r\nhttps://github.com/elastic/kibana/pull/202458 so that
the change can be\r\npropagated to all required
versions.\r\n\r\n@charlesbp87 thanks for raising this. Let me know if we
should propagate\r\nthe change to more
versions.\r\n\r\n---------\r\n\r\nCo-authored-by: Liam Thompson
<32779855+leemthompo@users.noreply.github.com>","sha":"ae701c969e90800886309343b5d9a146439de8e6"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
This commit is contained in:
Kibana Machine 2025-01-16 03:24:34 +11:00 committed by GitHub
parent dd738e836f
commit da86856c2e
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'`.*