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
posta 8 mesi fa301 visualizzazioni
2 Risposte
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
con risposta 8 mesi fa
  • 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
con risposta 8 mesi fa
  • 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.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande