# kbn-alert-load **Repository Path**: mirrors_elastic/kbn-alert-load ## Basic Information - **Project Name**: kbn-alert-load - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-10 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README kbn-alert-load: command-line utility for doing kibana alerting load tests =============================================================================== ## usage kbn-alert-load TBD; run `kbn-alert-load` with no parameters for help. ## install pre-reqs - install Node.js - the current version Kibana uses - have an account set up at https://cloud.elastic.co or equivalent - create an API key at the cloud site for use with `ecctl` - install `ecctl` - https://www.elastic.co/guide/en/ecctl/current/ecctl-installing.html - create an initial config for `ecctl` with `ecctl init`, providing your API key ## install npm install -g pmuellr/kbn-alert-load ## run via npx without installing npx pmuellr/kbn-alert-load ## change log #### 2.1.0 - 2021-07-14 - updated to work with the latest ecctl v1.4.0 - changed RAM size calculation to match closest available values per region - various other small updates - pull request: https://github.com/pmuellr/kbn-alert-load/pull/5 #### 1.x.x - ????-??-?? - add lsd, rmd, and rmdall commands - print existing deployments at begin and end of run command #### 1.0.0 - 2020-10-29 - initial release