Kibana 8.14.2

edit

The 8.14.2 release includes the following bug fixes and known issues.

Known issues

edit
Creating or editing APM, Observability and Stack Monitoring rules fails

Details
When you attempt to create or edit some rule types in Stack Management > Rules, the request will fail with errors similar to Cannot read properties of undefined (reading 'eui') or e.theme.eui is undefined. Refer to #186969

Impact
This known issue impacts only Observability, Stack Monitoring, and APM and User Experience rules.

Workaround
To work around this issue for Observability and APM and User Experience rules, create them from the Observability Alerts page. Refer to Create an alert and Create and manage Observability rules.

Resolved
This issue is resolved in 8.15.0.

Webhook - Case Management connector fails to send HTTP headers

Details
If you configured the Webhook - Case Management connector to send key-value pairs as headers, that information is not sent unles you have also enabled the basic authentication option for the connector. Refer to #189394.

Impact
The impact of this issue will vary depending on the purpose of your headers. For example, if you added an ApiKey authorization header, you might receive a 401 authorization error since it’s no longer sent by the connector.

Workaround
To work around this issue, enable the Require authentication for this webhook option, which is the hasAuth property in the API. You must then provide a username and password for authentication.

Resolved
This issue is resolved in 8.15.0.

Bug Fixes

edit
Alerting
  • Rule runs recovered actions without ever running active actions (#183646).
Fleet
  • Updates health_check endpoint to accept hosts ids (#185014).
Machine Learning
  • AIOps Log Rate Analysis: Fixes text field selection (#186176).
Presentation
  • Fixes PresentationPanelError component throwing when error.message is empty string (#186098).