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
demandé il y a 8 mois303 vues
2 réponses
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
répondu il y a 8 mois
  • 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
répondu il y a 8 mois
  • 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.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions