Realtime log drain

Hi everybody,

I have a problem with the log-section in the dashboard: It doesn’t show events in realtime.

We need those in support urgently though.

So I wanted to “drain” logs from auth0 to some log service like papertrail etc.

I tried with “Rules”, but realized, that those only run on a successfull login. I also need unsuccessfull attemps and other events in my logs at realtime though.

Next I looked at extensions. But If I get it right, thay are all just run periodically and thus don’t enable a reltime-drain of logs either, right?

can anyone help with that?

thanks,
tom

There was an Feature Disruption with tenant logs indexing, which meant there were delays in the display under the dashboard. It should now be resolved, so you should be able to see logs without significant delay in the dashboard.

In any case, another alternative is to use the [GET /api/v2/logs] (https://auth0.com/docs/api/management/v2#!/Logs/get_logs) endpoint from the management API v2. You can find more info about how to call the management API here:

Logs

https://auth0.com/docs/api/management/v2/tokens

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