@Di Bello, Leandro If you can see the Activation State as Activated
and see metric value in the Published Event
as below then you have Integrated Azure Event Grid with Auth0 and the test events are flowing correctly.
The detailed logs will not be visible in the event grid topic. You need to create event grid subscription on your patner topic to stream the events to configured endpoint. In the below screenshoot you can see that I have created two event grid subscription on my topic. For testing purpose I have used the webhook endpoint created using https://webhook.site/ and validate my webhook endpoint. Once the validation was sucessfull the logs are getting stream in my configured endpoint.
You can refer to below document how event grid works and how you can create event grid subscription/validation:
https://learn.microsoft.com/en-us/azure/event-grid/overview
https://learn.microsoft.com/en-us/azure/event-grid/webhook-event-delivery
https://learn.microsoft.com/en-us/azure/event-grid/subscribe-through-portal