Skip to content

Commit

Permalink
[Docs] Add missing telemetry setting (elastic#206403)
Browse files Browse the repository at this point in the history
This PR is a re-do of @charlesbp87's
elastic#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 <[email protected]>
  • Loading branch information
2 people authored and viduni94 committed Jan 23, 2025
1 parent 925872d commit 5cf9a58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/settings/telemetry-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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'`.*

0 comments on commit 5cf9a58

Please sign in to comment.