Log retention periods vary by subscription level. To learn more, read Log Data Retention.
Use cases
Auth0 provides logs that you can analyze for your business needs. You can:- View actions performed by tenant administrators.
- View operations performed via the .
- View authentications made by your users.
- View intermittent errors that may be hard to find with quality assurance testing.
- Capture forensic data for security purposes and to identify anomaly detection triggers.
- Identify patterns in usage trends.
- Check for authentication errors and Management API call errors.
- Set up automatic log scanning to check for rate limit errors so that you can proactively address activity that hits rate limits before it impacts your users.
- Correlate management API events to their initiating requests by matching
X-Correlation-IDheader values.
Resources
| Read… | To learn… |
|---|---|
| Logs | An overview of how tenant and operations event logs work in Auth0. |
| View Log Events | How to view and search tenant logs in the Auth0 Dashboard. |
| Retrieve Log Events Using the Management API | How to pull tenant log events programmatically. |
| Log Streams | How to export logs in near real-time to external analysis tools. |
| Log Data Retention | How long logs are retained based on your subscription level. |
| Log Event Filters | How to filter which log categories are streamed or displayed. |
| Log Search Query Syntax | How to refine log searches using Lucene query syntax. |
| Personally Identifiable Information in Auth0 Logs | What PII Auth0 writes to tenant logs and what to be aware of. |
| View Attack Protection Log Events | How to use tenant traffic log data to view attack protection events. |
| Adaptive MFA Log Events | Log events generated by Adaptive MFA assessments and policy decisions. |