Kibana breaking changes
editKibana breaking changes
editThis list summarizes the most important breaking changes in Kibana 7.14.2. For the complete list, go to Kibana breaking changes.
Changes audit event terminology
Details
The terminology has changed for audit events logged by the alerting framework’s rules client when CRUD operations are performed.
The following audit actions are renamed:
-
alert_createis nowrule_create -
alert_getis nowrule_get -
alert_updateis nowrule_update -
alert_update_api_keyis nowrule_update_api_key -
alert_enableis nowrule_enable -
alert_disableis nowrule_disable -
alert_deleteis nowrule_delete -
alert_findis nowrule_find -
alert_muteis nowrule_mute -
alert_unmuteis nowrule_unmute -
alert_instance_muteis nowrule_alert_mute -
alert_instance_unmuteis nowrule_alert_unmute
The terminology in the audit messages now references rules instead of alerts. For example, User is creating alert [id=${ruleId}] is now User is creating rule [id=${ruleId}].
For more information, refer to #102263.
Impact
When you upgrade to 7.14.0, Kibana automatically uses the new terminology. No action is needed.
Refactors alerts authorization client
Details
The alerts authorization client has been refactored to be more generic. Kibana uses the existing alerting feature privilege model to provide all and read privileges to rules and alerts.
For more information, refer to #99078.
Impact
When you upgrade to 7.14.0, Kibana automatically reflects the changes. No action is needed.