mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Detection Engine] Update alert apiKey when the rule is updated (#67364)
This commit is contained in:
parent
09e36b6498
commit
f56845d47b
1 changed files with 3 additions and 0 deletions
|
@ -45,5 +45,8 @@ export const updateRulesNotifications = async ({
|
|||
interval: ruleActions.alertThrottle,
|
||||
});
|
||||
|
||||
// TODO: Workaround for https://github.com/elastic/kibana/issues/67290
|
||||
await alertsClient.updateApiKey({ id: ruleAlertId });
|
||||
|
||||
return ruleActions;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue