Skip to content

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:

FieldDescription
TimestampWhen the action occurred
UserWho performed the action
ActionType of operation (deploy, start, stop, config change, etc.)
TargetThe affected resource (container, environment, user)
DetailsAdditional 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 CSV

Query parameters: search, action, user, from, to, page, size.

Managed by AuditLogController.

Released under the MIT License.