EventBridge receives no events

I have configured an event stream with a webhook, and that seems to work fine. I am trying to replace it with an eventbridge stream, for resilience in the face of outages and errors.

However, the events do not arrive in the bus. I have attached an archive to it, and it remains empty. The account number and region match what’s in the default event bus ARN.

Any gotchas here?

I should note that the stream is configured for any user event, and I am testing with test events.

I am having same issue

Hi @petera and @mehul.chavda,

Welcome to the Auth0 Community and sorry for the late response.

In order to configure an Event Stream to AWS EventBridge you can follow the steps provided in our documentation for Creating an Event Stream. Once you set things up on Auth0’s end, you can additionally check the steps provided in this article - Logs Not Delivered from Auth0 to Amazon EventBridge using Log Streams to make sure that everything is set up correctly on the Auth0 side. Once the Event Source Name will become available, logs should be able to be sent from our end, so these should be all the steps required on the Auth’s side.

However, as mentioned in the documentation as well, there are some prerequisites on the AWS’s side as well, so please allow me to share some links that might be useful:

I would also recommend testing with basic user event type logs at first, such as detail:data:type:s for a successful sign in.

I hope this helps and if you have further questions please let me know.
Thank you,
Remus

Thank you @remus.ivan
let me go through all step again and I’ll keep you posted

Thank you,

Mehul

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.