Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.x] [Alerting] Enables AlertTypes to define the custom recovery action groups (#84408) #85022

Merged
merged 1 commit into from
Dec 4, 2020

Commits on Dec 4, 2020

  1. [Alerting] Enables AlertTypes to define the custom recovery action gr…

    …oups (elastic#84408)
    
    In this PR we introduce a new `recoveryActionGroup` field on AlertTypes which allows an implementor to specify a custom action group which the framework will use when an alert instance goes from _active_ to _inactive_.
    By default all alert types will use the existing `RecoveryActionGroup`, but when `recoveryActionGroup` is specified, this group is used instead.
    
    This is applied across the UI, event log and underlying object model, rather than just being a label change.
    To support this we also introduced the `alertActionGroupName` message variable which is the human readable version of existing `alertActionGroup` variable.
    # Conflicts:
    #	x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_type_form.tsx
    gmmorris committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    9f883c4 View commit details
    Browse the repository at this point in the history