Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuellr/kbn-alert-load
command-line utility for doing kibana alerting load tests
https://github.com/pmuellr/kbn-alert-load
Last synced: about 2 months ago
JSON representation
command-line utility for doing kibana alerting load tests
- Host: GitHub
- URL: https://github.com/pmuellr/kbn-alert-load
- Owner: pmuellr
- Created: 2020-10-27T05:41:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T13:10:55.000Z (almost 3 years ago)
- Last Synced: 2024-11-20T23:19:18.221Z (2 months ago)
- Language: JavaScript
- Size: 7.89 MB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
note: `kbn-alert-load` has moved!
===============================================================================We're rebuilding it - better, stronger, faster.
For now, private, probably eventually public, at
https://github.com/elastic/kbn-alert-load
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