Audit Log
Hub maintains a comprehensive audit log of all identity and access events. Every login, permission change, user invitation, and role modification is recorded with timestamps, actor information, and IP addresses.
đ audit.view(Owner or Admin)What's Loggedâ
| Event Category | Events |
|---|---|
| Authentication | Login success, login failure, logout, session expiry |
| Users | User created, updated, invited, deactivated, removed |
| Roles | Role created, updated, deleted, assigned, unassigned |
| Product Access | Access granted, access revoked |
| Permissions | Permission granted, revoked, bulk update |
| Billing | Plan changed, payment method updated, invoice generated |
Each audit entry includes:
- Timestamp â exact time in ISO 8601 format
- Actor â who performed the action (email and user ID)
- Action â what happened (e.g.,
user.created,product_access.granted) - Target â what was affected (user, role, or product)
- Details â additional context (old value, new value, etc.)
- IP address â where the action originated
Searching and Filteringâ
The audit log page provides several filter options:
- Date range â filter events between two dates
- Action type â filter by specific event (e.g., only login failures)
- Actor â filter by who performed the action
- Target â filter by what was affected
- Free text search â search across all fields
Filters can be combined. For example, show all product_access.revoked events by a specific admin in the last 30 days.
Exporting Audit Logsâ
You can export filtered results in CSV format for use in spreadsheets or external tools.
- Apply your desired filters
- Click Export CSV
- The download includes: timestamp, actor email, action, target type, target ID, and IP address
Retention Policyâ
Audit log entries are retained for 90 days. After 90 days, entries are automatically purged.
For organizations that require longer retention (compliance, regulatory):
- Export logs regularly using the CSV export
- Integrate with an external SIEM for long-term storage (see below)
SIEM Integrationâ
Hub audit events are published to The One Bus, making them available for integration with external security information and event management (SIEM) systems.
Events published to the bus include:
hub.auth.login_successhub.auth.login_failedhub.iam.user_createdhub.iam.permission_changedhub.iam.access_grantedhub.iam.access_revoked
If you use Defend, Hub audit events are automatically ingested into the Defend security dashboard alongside endpoint telemetry.