bitsensor / elastalert-kibana-plugin

ElastAlert Kibana Plugin
https://bitsensor.io/blog/elastalert-kibana-plugin-centralized-logging-with-integrated-alerting
Other
555 stars 119 forks source link

kibana 6.8.1 support #117

Open zardnet opened 5 years ago

zardnet commented 5 years ago

i cannot found in repo. match versions.

Plugin installation was unsuccessful due to error "Plugin elastalert-kibana-plugin [7.2.0] is incompatible with Kibana [6.8.1]"

walterxue commented 5 years ago

I also need of 6.8.1

ld0574 commented 5 years ago

I also need of 6.8.1 #117

walterxue commented 5 years ago

help!!

teramundisupport commented 5 years ago

We are on 6.8.2 and still there's no support for anything later than 6.8.0. Are there any plans to add support for these more recent minor versions? Or won't the 6.x branch be supported anymore due to the 7.x release?

Plugin installation was unsuccessful due to error "Plugin elastalert-kibana-plugin [6.8.0] is incompatible with Kibana [6.8.2]"

xzlive commented 5 years ago

I also need of 6.8.1 !!! Plugin installation was unsuccessful due to error "Plugin elastalert-kibana-plugin [6.8.0] is incompatible with Kibana [6.8.1]"

xzlive commented 5 years ago

[root@zoo2 w1]# unzip elastalert-kibana-plugin-1.1.0-7.3.0.zip

[root@zoo2 w1]# vim kibana/elastalert-kibana-plugin/package.json { "name": "elastalert-kibana-plugin", "version": "1.1.0", "description": "Create, test and edit ElastAlert rules within Kibana.", "main": "index.js", "license": "SEE LICENSE IN LICENSE.md", "kibana": { "version": "6.8.1", "templateVersion": "1.0.0" }, "dependencies": { "@elastic/eui": "^11.0.1" }, "build": { "git": { "count": "76", "sha": "c15d5b8", "date": "Sun, 21 Jul 2019 22:54:52 +0200" }, "date": "Thu Aug 01 2019 16:54:58 GMT+0200 (Central European Summer Time)" } }

[root@zoo2 w1]# zip -r elastalert-kibana-plugin-1.1.0-7.3.0.zip kibana [root@zoo2 w1]# /usr/local/kibana/bin/kibana-plugin install file:///home/w1/elastalert-kibana-plugin-1.1.0-7.3.0.zip Attempting to transfer from file:///home/w1/elastalert-kibana-plugin-1.1.0-7.3.0.zip Transferring 26503742 bytes.................... Transfer complete Retrieving metadata from plugin archive Extracting plugin archive Extraction complete Optimizing and caching browser bundles... Plugin installation complete

reboot kibana install successful. ============= The above is my solution process,I hope to help everyone.

walterxue commented 5 years ago

thank your help and share solution !!