Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.16 KB

README.md

File metadata and controls

46 lines (26 loc) · 1.16 KB

kbn-alert-load: command-line utility for doing kibana alerting load tests

usage

kbn-alert-load <args> <options>

TBD; run kbn-alert-load with no parameters for help.

install pre-reqs

install

npm install -g pmuellr/kbn-alert-load

run via npx without installing

npx pmuellr/kbn-alert-load <args> <opts>

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: pmuellr#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