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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南