bitsensor / elastalert-kibana-plugin

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

Kibana 7.10 support #165

Closed Makss39 closed 3 years ago

Makss39 commented 3 years ago

Hello,

Is there a way to make it works on Kibana 7.10 ? I tried to modify the package.json of 7.5 to change version by 7.10 but i get the following error :

Plugin installation was unsuccessful due to error "No kibana plugins found in archive"

Thanks !

nsano-rururu commented 3 years ago

As Kibana 7.10.0 is removing the functions used by the legacy plugins, we have to start migrating elastalert-kibana-plugin to a new platform.

This link shows the requirements and the process to do this migration: Migrating legacy plugins to the new platform https://github.com/elastic/kibana/blob/v7.10.0/src/core/MIGRATION.md https://github.com/elastic/kibana/blob/v7.10.0/src/core/MIGRATION_EXAMPLES.md https://www.elastic.co/guide/en/kibana/7.10/migrating-legacy-plugins-examples.html https://www.elastic.co/guide/en/kibana/current/migrating-legacy-plugins.html https://github.com/elastic/kibana/tree/master/packages/kbn-config-schema

nsano-rururu commented 3 years ago

Good luck

nsano-rururu commented 3 years ago

This project is dead, so I don't think there will be any features or bug fixes.

Makss39 commented 3 years ago

Okey thanks for the hint ! So no alternative to have a GUI alerts managment instead of X-pack ?

nsano-rururu commented 3 years ago

Praeco https://github.com/johnsusek/praeco

nsano-rururu commented 3 years ago

I'm the maintainer of Praeco

Makss39 commented 3 years ago

Great, i'll have a look so :) Many thanks !

I close

nsano-rururu commented 3 years ago

Watcher

https://www.elastic.co/guide/en/kibana/7.10/watcher-ui.html

Alerting and action settings in Kibana

Alerts and Actions Managing Alerts Alert details Managing Connectors

Open Distro for Elasticsearch

Alerting

Grafana

Perform alerting on data in Elasticsearch with Grafana https://grafana.com/docs/grafana/latest/alerting/ https://grafana.com/docs/grafana/latest/alerting/notifications/

Makss39 commented 3 years ago

Thanks, but emails alerts are only available with minimum a Gold licence.... And I already have all installed on the Basic ELK stack... I'll dig in Praeco !