Open mikecote opened 1 year ago
Deprecation issue: https://github.com/elastic/kibana/issues/151457
In this issue, we should remove any config and code within the alerting and actions plugin related to ephemeral tasks.
NOTE: Task Manager will get cleaned up separately given it is a larger effort => https://github.com/elastic/kibana/issues/151463.
xpack.alerting.maxEphemeralActionsPerAlert
ephemeral
main
Pinging @elastic/response-ops (Team:ResponseOps)
Deprecation issue: https://github.com/elastic/kibana/issues/151457
In this issue, we should remove any config and code within the alerting and actions plugin related to ephemeral tasks.
NOTE: Task Manager will get cleaned up separately given it is a larger effort => https://github.com/elastic/kibana/issues/151463.
Definition of Done
xpack.alerting.maxEphemeralActionsPerAlert
performs as a no-op (to avoid Kibana crash on startup after upgrade)ephemeral
within the alerting and actions plugin should not return any results outside the no-op configmain
and not backported (9.0 only change)