[Actions] Pager Duty action uses the same default dedupkey for all Alerts when resolving #76908
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Alerting
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
PagerDuty Action can open an incident once an Alert Instance is triggered and it can also be configured to close an incident (which will be useful when deliver #49405), but it uses the
actionId
as the defaultdedupkey
which means the same key is used for all actions of the same connector - this is a problem as it means all actions will act on the same incident by default.kibana/x-pack/plugins/actions/server/builtin_action_types/pagerduty.ts
Line 235 in c7dac80
The text was updated successfully, but these errors were encountered: