Skip to content

Releases: Karql/elastalert-kibana-plugin

1.7.2

14 Nov 17:15
Compare
Choose a tag to compare

Bug fixes

  • Remove legacy kibana react code editor #53

1.7.1

10 May 18:30
Compare
Choose a tag to compare

Bug fixes

  • Fix CodeEditor import #50

1.7.0

10 Feb 10:58
Compare
Choose a tag to compare

Features

  • Migrate deprecated EUI componentes #38
  • Remove not used top navigation
  • Some code cleanup

Bug fixes

  • Fix breadcrumb name

1.6.2

15 Jun 06:16
Compare
Choose a tag to compare

Features

  • Update to work with kibana >= 8.7.0

1.6.1

11 Dec 16:37
Compare
Choose a tag to compare

Bugfixes

  • Quick fix for deprecated components in kibana >= 8.5.0

1.6.0

24 Oct 10:31
Compare
Choose a tag to compare

Features

  • Add configuration for serverPath and serverCustomRequestHeaders #34 (@anmoel)

1.5.0

11 Mar 06:50
Compare
Choose a tag to compare

Changes

  • Migrate removed EuiCodeEditor to CodeEditor #27 This change also fix dark theme #7

1.4.1

20 Jan 17:10
Compare
Choose a tag to compare

Bug fixes

1.4.0

16 Mar 05:55
Compare
Choose a tag to compare

Features

  • Migrate from legacy plugin to Kibana Plaftorm (thanks to: @ch-bas who started this migration)
  • Support version Kibana >=7.10.0 <=7.15.2

Braking changes

  • config section name has been changed elastalert-kibana-plugin -> elastalertKibanaPlugin

Bug fixes

  • HttpRoutes

All input (body, query parameters, and URL parameters) must be validated using the @kbn/config-schema package. If no validation schema is provided, these values will be empty objects

https://www.elastic.co/guide/en/kibana/current/migrating-legacy-plugins-examples.html#http-routes-migration

Not working / TODO

  • Testing rules (probably need changes in ElastAlert Server)
  • Show error when delete rule fails
  • Fix typings