mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 17:04:01 -04:00
The EBT pacakge has been moved to a separate NPM package ([@elastic/ebt](https://www.npmjs.com/package/@elastic/ebt)) The npm package is on version `0.0.x` until we finish the reviews then i'll publish the `1.0.0` version before merging this PR. The PR is mostly code deletes after moving the code to the public ebt github repo https://github.com/elastic/ebt The significant changes are: 1. removed the `packages/analytics/ebt` package from kibana 2. remove @kbn/ebt references in favor of the npm package. 3. Added a util package to provide the package with the telemetry endpoint and headers This was previously backed into the package but now i've rewired it be provided from Kibana, this way we have more control over the URL and headers we use to send EBT telemetry for our elastic endpoint, which will probably be different between users of this package and this way we'll also avoid republishing the package if we ever want to change these details. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Alejandro Fernández Haro <afharo@gmail.com> |
||
---|---|---|
.. | ||
common | ||
public | ||
server | ||
jest.config.js | ||
kibana.jsonc | ||
README.md | ||
tsconfig.json |
cloud
plugin
The cloud
plugin exposes Cloud-specific metadata to Kibana.