./bin/kibana-plugin install https://github.com/Baoban/elastalert-kibana-plugin/raw/kibana5/build/elastalert-0.0.6.zip
Append to the config/kibana.yml
file the host of ElastAlert server.
elastalert.serverHost: localhost
npm run build
Run the browser tests in a real web browser, or mocha.
npm run test:browser
npm run test:server
See the kibana contributing guide for instructions setting up your development environment. Once you have completed that, use the following npm tasks within Kibana.
- run elasticsearch
- run elastalert-server
- npm start