Audit Logs
The Audit module provides a comprehensive trail of all actions performed in the MAR platform.
Overview
The Audit Logs page displays a searchable, filterable log of all operations performed in the system. This is essential for security compliance, troubleshooting, and understanding platform activity.
Audit Entry Properties
Each audit log entry contains:
| Property | Description |
|---|---|
| Timestamp | When the action occurred |
| Actor | User or system that performed the action |
| Actor’s email address | |
| Action | The operation performed |
| Target | Resource affected by the action |
| Target Type | Type of resource (cluster, instance, etc.) |
| Scope | Organizational or project scope |
| Request ID | Unique identifier for the request |
| Result | Success or failure |
| IP Address | Source IP (if available) |
Filtering
Search
Search by:
- Actor name
- Actor email
- Target name
- Request ID
Action Categories
Filter by type of operation:
- All Actions
- Cluster Operations
- Instance Operations
- Config Operations
- Alert Operations
- Access Control
- Webhook Operations
Target Types
Filter by resource type:
- Cluster
- Instance
- Config Profile
- Alert
- User
- Role
- Webhook
Results
Filter by:
- All Results
- Success
- Failure
Common Audit Actions
| Action | Description |
|---|---|
| createCluster | Created a new cluster |
| deleteCluster | Deleted a cluster |
| scaleCluster | Scaled cluster instance count |
| applyConfigProfile | Applied configuration to cluster |
| startInstance | Started an instance |
| stopInstance | Stopped an instance |
| restartInstance | Restarted an instance |
| createUser | Created a new user |
| deleteUser | Deleted a user |
| updateRole | Modified a role |
| createAlertRule | Created an alert rule |
| createWebhook | Created a webhook |
Viewing Details
Click on any audit entry to see full details including:
- Complete timestamp
- All actor information
- Full target details
- Request metadata
- Additional context (when available)
Exporting Logs
Click the Export button to download audit logs for external analysis or compliance reporting.
Use Cases
- Security Auditing - Track who did what and when
- Troubleshooting - Understand what changes were made
- Compliance - Demonstrate adherence to policies
- Change Tracking - See evolution of platform configuration
Last updated on