mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 08:19:33 -04:00
# Backport This will backport the following commits from `main` to `8.12`: - [Remove Gainsight from cloud plugin (#172318)](https://github.com/elastic/kibana/pull/172318) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Cecilia Bollini","email":"38565918+bollinic@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-01-09T10:21:56Z","message":"Remove Gainsight from cloud plugin (#172318)\n\n## Summary\r\n- Remove gainsight plugin from cloud plugin\r\n- add config deprecation in fullstory\r\n\r\n\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"de961a54a7cdcd19636f2dab07f3882e3d61bc8c","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport missing","auto-backport","backport:prev-minor","v8.12.0","v8.13.0"],"number":172318,"url":"https://github.com/elastic/kibana/pull/172318","mergeCommit":{"message":"Remove Gainsight from cloud plugin (#172318)\n\n## Summary\r\n- Remove gainsight plugin from cloud plugin\r\n- add config deprecation in fullstory\r\n\r\n\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"de961a54a7cdcd19636f2dab07f3882e3d61bc8c"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/172318","number":172318,"mergeCommit":{"message":"Remove Gainsight from cloud plugin (#172318)\n\n## Summary\r\n- Remove gainsight plugin from cloud plugin\r\n- add config deprecation in fullstory\r\n\r\n\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"de961a54a7cdcd19636f2dab07f3882e3d61bc8c"}}]}] BACKPORT--> |
||
---|---|---|
.. | ||
client | ||
shippers | ||
utils/analytics_collection_utils | ||
README.md |
@kbn/analytics-*
This module implements the Analytics client used for Event-Based Telemetry. The intention of the client is to be usable on both: the UI and the Server sides.
Client
Holds the public APIs to report events, enrich the events' context and set up the transport mechanisms. Refer to the client's docs for more information.
Prebuilt shippers
Elastic-approved shippers are available as @kbn/analytics-shippers-*
packages. Refer to the shippers' docs for more information.