- Remove legacy kibana react code editor #53
- Fix CodeEditor import #50
- Migrate deprecated EUI componentes #38
- Remove not used top navigation
- Some code cleanup
- Fix breadcrumb name
- Update to work with kibana >= 8.7.0
- Quick fix for deprecated components in kibana >= 8.5.0
- Add configuration for
serverPath
andserverCustomRequestHeaders
#34 (@anmoel)
- Migrate removed EuiCodeEditor to CodeEditor #27 This change also fix dark theme #7
- Testing rules #9 (required ElastAlert2 Server in version >=5.0.0-next.4)
- Migrate from legacy plugin to Kibana Plaftorm (thanks to: @ch-bas who started this migration)
- Support version Kibana >=7.10.0 <=7.16.2
- config section name has been changed
elastalert-kibana-plugin -> elastalertKibanaPlugin
- 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
- EuiButtonToggle EuiButtonToggle was removed: https://github.com/elastic/eui/blob/fe426f6f6828b5e9ed88dc82627c54e403801b59/CHANGELOG.md#3000
- Testing rules (probably need changes in ElastAlert Server)
- Show error when delete rule fails
- Fix typings