Skip to content

kkgace/elastalert-kibana-plugin

 
 

Repository files navigation

ElastAlert Kibana plugin for Kibana5

Installation from build

./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

Building artifact from source

npm run build

Development

Run the browser tests in a real web browser, or mocha.

npm run test:browser
npm run test:server

Kibana Plugin Development

See the kibana contributing guide for instructions setting up your development environment. Once you have completed that, use the following npm tasks within Kibana.

Development Steps

  • run elasticsearch
  • run elastalert-server
  • npm start

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.2%
  • CSS 21.3%
  • HTML 20.5%