Audit Log
A complete history of all actions performed in Ops Atlas. Every deployment, container operation, configuration change, and user management action is recorded with full context.
INFO
Audit Log requires a Pro license. See Licensing for details.
Access
Navigate to History in the sidebar or go to /history.
Key Features
- Chronological log of all system actions
- Records the user, action type, target resource, and timestamp
- Searchable with text filter and category/date selectors
- CSV export for compliance and reporting
Usage
Browsing the Log
The audit log displays entries in reverse chronological order. Each entry includes:
| Field | Description |
|---|---|
| Timestamp | When the action occurred |
| User | Who performed the action |
| Action | Type of operation (deploy, start, stop, config change, etc.) |
| Target | The affected resource (container, environment, user) |
| Details | Additional context (image tag, old/new values) |
Filtering
Use the filter bar to narrow results:
- Search — free-text search across all fields
- Action type — filter by category (deployment, container, config, user)
- Date range — restrict to a specific time window
- User — show actions by a specific user
Exporting
Click Export CSV to download the current filtered view as a CSV file. This is useful for compliance audits or sharing operational history with stakeholders.
API
GET /api/audit-log # List audit log entries (paginated)
GET /api/audit-log/export # Export as CSVQuery parameters: search, action, user, from, to, page, size.
Managed by AuditLogController.