You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent removal of actions via the UI from breaking rule AAD (#68184) (#68681)
This fixes#64870 _for real_.
The issue ended up being caused by a
conditional form field that mapped to a nested field on the rule's
params: when a rule is created with an action, it has a
meta.kibana_siem_app_url field. When the rule's actions were removed via
the UI, that field was _also_ removed, which broke AAD and thus rule
execution.
This fixes the issue by making that field unconditional, and also
removes the previous workaround.
0 commit comments