Event Bridge Notification for the Failed Datapipelines

0

I want to get the notification on Failed DataPipelines through event bridge only when they fail. I used the following event pattern but this didn't work. It can be done through the data pipeline SNS settings but I want to be done through Event Bridge. { "source": ["aws.datapipeline"], "detail-type": ["Data Pipeline State Change"], "detail": { "state": ["FAILED", "CANCELED"] } }

shyam
已提问 8 个月前302 查看次数
2 回答
0

Hi Shyam,

Can you try the following event pattern please,

{ "source": ["aws.datapipeline"], "detail-type": ["Data Pipeline Execution State Change"], "detail": { "state": ["FAILED", "CANCELED"] } }

profile pictureAWS
已回答 8 个月前
  • Thanks Dave for commenting but the provided pattern didn't work either.

0

Hi, what exact error do you have? Maybe it's something about permissions when it sends the info via SNS?

Also, just FYI: AWS Data Pipeline is in maintenance mode and AWS is not planning to expand the service to new regions.

profile picture
已回答 8 个月前
  • I don't get any error I checked the cloudtrail and the event name that i got is QueryObjects and SetStatus but no Cancel or Fail.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则