Kibana 8.3.3edit

Review the following information about the Kibana 8.3.3 release.

Known issuesedit

If you have alerting rules that have been snoozed, do not upgrade Kibana from 8.3.3 to 8.4.0. Upgrade to 8.4.1 instead.

To determine if you have snoozed alerting rules, open the main menu, then click Stack ManagementRules and Connectors. Filter the rule list by selecting ViewSnoozed. If you must upgrade to 8.4.0, for each space, cancel the snooze for all affected rules before you upgrade.

To identify snoozed rules in all Spaces using Dev Tools, run the following query:

GET /.kibana/_search
{
  "query": {
    "exists": {
      "field": "alert.isSnoozedUntil"
    }
  }
}

If you upgraded Kibana from 8.3.3 to 8.4.0 and you had alerting rules configured to snooze notifications, you will receive the following error message:

FATAL  Error: Unable to complete saved object migrations for the [.kibana] index.

To fix that problem, restore your previous version, then upgrade to 8.4.1 instead.

Breaking changeedit

Breaking changes can prevent your application from optimal operation and performance. Before you upgrade, review the breaking change, then mitigate the impact to your application.

There are no breaking changes in Kibana 8.3.3.

To review the breaking changes in previous versions, refer to the following:

8.2.0 | 8.1.0 | 8.0.0 | 8.0.0-rc2 | 8.0.0-rc1 | 8.0.0-beta1 | 8.0.0-alpha2 | 8.0.0-alpha1

Bug fixesedit

Dashboard
  • Fixes z-index of embPanel__header--floater #136463
  • Filter out experimental visualizations when labs setting is disabled #136332
Discover
Fixes filter in / filter out buttons for empty values #135919
Elastic Security
For the Elastic Security 8.3.3 release information, refer to Elastic Security Solution Release Notes.
Fleet
  • Pass start_time to actions when the maintenance window for rolling upgrades is set to immediately #136384
  • Allow agent bulk actions without specific licence restrictions #136334
  • Adds reinstall button to integration settings page #135590
Lens & Visualizations
Fixes normalizeTable performance bottleneck in Lens #135792