We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5bdb5 commit ac933f0Copy full SHA for ac933f0
x-pack/legacy/plugins/siem/server/lib/detection_engine/rules/update_rules_notifications.ts
@@ -45,5 +45,8 @@ export const updateRulesNotifications = async ({
45
interval: ruleActions.alertThrottle,
46
});
47
48
+ // TODO: Workaround for https://github.com/elastic/kibana/issues/67290
49
+ await alertsClient.updateApiKey({ id: ruleAlertId });
50
+
51
return ruleActions;
52
};
0 commit comments