User Activity Log
Overview
The User Activity Log page serves as a centralized audit trail for tracking all significant user events. It provides visibility into who did what, when, and where across the platform.
Access for the User Activity Log
Main View Layout
Each log entry is displayed in a row with the following details:
- Time: The exact timestamp when the event occurred
- Type: The nature of the event (for example, Login, Logout, Created identity, User updated)
- User: The username or user ID associated with the action
- Description: A simple explanation of what occurred (for example, User CHZ signed in)
Pagination
Logs are displayed in chronological order, with the newest events at the top by default. The page features endless scrolling.
User Activity Log with sample data
Filter Panel
Clicking the filter icon (orange funnel) opens an advanced filtering window, allowing you to narrow down the logs. You can filter by:
- Date (from/to): Set a date range to view logs within a specific time window.
- User: Filter logs by a specific user.
- Log type: Focus on specific event categories.
Click Apply to confirm and apply the filters, or Close to exit the filter panel without applying changes.
Log Filter dialog box
Log Details
Clicking any log entry opens a detailed view in JSON format. This is useful for support or advanced debugging.
Some example fields include:
- source_entity: User or system entity that performed the action
- log_entry_id: Unique identifier for the event
- type: Event type such as users.actions.login
- timestamp_ms / written_timestamp: Millisecond-precision timestamps
- user_name / login / directory_name: Contextual metadata about the event
This detailed view helps correlate backend IDs with user-friendly names, folders, and event metadata.