Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

67 lines (44 loc) · 1.74 KB

1.7.2 (2024-11-14)

Bug fixes

  • Remove legacy kibana react code editor #53

1.7.1 (2024-03-29)

Bug fixes

  • Fix CodeEditor import #50

1.7.0 (2024-02-10)

Features

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

Bug fixes

  • Fix breadcrumb name

1.6.2 (2023-06-14)

Features

  • Update to work with kibana >= 8.7.0

1.6.1 (2022-12-11)

Bugfixes

  • Quick fix for deprecated components in kibana >= 8.5.0

1.6.0 (2022-10-24)

Features

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

1.5.0 (2022-03-11)

Changes

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

1.4.1 (2022-01-20)

Bug fixes

1.4.0 (2021-03-16)

Features

  • Migrate from legacy plugin to Kibana Plaftorm (thanks to: @ch-bas who started this migration)
  • Support version Kibana >=7.10.0 <=7.16.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