event bridge event visualization

0

event bridge event visualization : is there a way to see the event sent to an event bridge and also get ack , nack ?

已提問 2 年前檢視次數 300 次
1 個回答
0

You can add a CloudWatch logs target to a rule that catches all the events. You will then be able to see the events in CloudWatch Logs.

Not sure what you mean with the get back Ack/Nack. Get from where?

profile pictureAWS
專家
Uri
已回答 2 年前
  • Not cloudwatch logs , some other source or where the events are stored or queued within event bridge. Ack / back from event bridge saying it has received the event / msg - one way is that when we putevent we get if its success or failure

  • You do not have visibility into the internal works of EventBridge. You have some metrics that tell you what happened.

    You always get an ACK (200 OK) when EventBridge receives the message, otherwise you should retry sending it. The PutEvent API is synchronous. If it return 200 OK, it means the message was received.

  • so basically we configure below archive DLQ metric on event bridge logs of the put event from code and create our own visualization so that we have a detailed picture

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

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

回答問題指南