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

Check here if you are looking for working version with Kibana >= 7.10.0 #166

Open Karql opened 3 years ago

Karql commented 3 years ago

Hi!

Working fork of ElastAlert Kibana plugin (for Kibana >=7.10.0)

Fork with update to latest version of ElastAlert: Karql/elastalert

Docker Hub repository with images.

Feel free to use it.

Best regards, Mateusz

nsano-rururu commented 3 years ago

@Karql

There are some bugs, but is there a way to deal with them? https://github.com/Karql/elastalert/issues

Karql commented 3 years ago

Hi @nsano-rururu

Thank you for conntact here with me. I don't know way I had notifications turned off. I had busy period but I would like to continue working of it. I'll try to deal with it soon.

nsano-rururu commented 3 years ago

@Karql

The elasticsearch connection library used by elastalert-server, but the current one seems to be deprecated. New ones are already out.

elasticsearch-js-legacy https://github.com/elastic/elasticsearch-js-legacy

new JavaScript client! https://github.com/elastic/elasticsearch-js https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/breaking-changes.html https://www.elastic.co/jp/blog/new-elasticsearch-javascript-client-released

nsano-rururu commented 3 years ago

@Karql

elastalert is no longer maintained, elastalert2 is born in some communities, and features are being added and bugs are being fixed. https://github.com/jertel/elastalert2

Karql commented 3 years ago

Yes I already have seen elastalert2.

I have made some nice worke with elastalert backend for kibana plugin like migration to type scripte, add swagger support, fix some bugs. I will create an issue in elastalert2 to disscus how we can integrate this backend with yours fork.