Socket
Book a DemoInstallSign in
Socket

@elastic/ebt

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elastic/ebt

Event-based telemetry for Elastic products

latest
npmnpm
Version
1.4.1
Version published
Weekly downloads
39K
32.22%
Maintainers
2
Weekly downloads
 
Created
Source

@elastic/ebt/*

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

@elastic/ebt/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 @elastic/ebt/shippers/* packages. Refer to the shippers' docs for more information.

Release process

When we want to publish a new version to npmjs, the process is quite simple:

  • Bump the version via the command yarn version major|minor|patch (use the prefix pre for beta versions).
  • The command should have created a branch matching the new version name and pushed it to the repo. Create a new PR to merge that new branch.
  • After the PR is merged, create a new release from the pushed tag.
  • Step 3 should trigger the Publish GH Action and publish the NPM package.

FAQs

Package last updated on 20 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts