Events
The Events page provides a real-time stream of system events from all clusters and resources.
Overview
The Events module displays a continuous feed of events happening across your MAR platform. Events help you understand what’s happening in real-time and can be used for debugging and monitoring.
Event Properties
| Property | Description |
|---|---|
| Time | Timestamp when the event occurred |
| Severity | Event importance (info, warning, error, success) |
| Type | Category of event (instance, cluster, webhook, config) |
| Message | Description of the event |
| Resource | Affected resource |
| Source | Origin of the event |
Severity Levels
- Info - Informational events, normal operations
- Warning - Potential issues that may need attention
- Error - Problems that require investigation
- Success - Successful completion of operations
Event Types
| Type | Description |
|---|---|
| Instance | Events related to instance lifecycle |
| Cluster | Events related to cluster operations |
| Webhook | Events related to webhook delivery |
| Config | Events related to configuration changes |
Filtering
Search
Search events by message content or resource name.
Type Filter
Filter by event type:
- All Types
- Instance
- Cluster
- Webhook
- Config
Severity Filter
Filter by severity:
- All Severities
- Error
- Warning
- Info
- Success
Live Mode
Toggle Live mode to automatically receive new events as they occur. When enabled:
- A green indicator shows live status
- New events appear automatically
- Click “Paused” to stop live updates
Viewing Details
Click on any event to see full details including:
- Complete event metadata
- Related information
- Context for debugging
Common Events
| Event | Description |
|---|---|
| Instance crashed | Instance terminated unexpectedly |
| Memory utilization exceeded | Cluster or instance exceeded memory threshold |
| Config profile applied | Configuration successfully applied |
| Scale-up completed | Cluster scaling operation finished |
| Webhook delivery failed | Failed to deliver webhook payload |
| Instance restart count exceeded | Instance restarting too frequently |
| Health check passed | Instance passed health verification |
| Cluster state changed | Cluster transitioned to new state |
Use Cases
- Real-time Monitoring - See what’s happening now
- Debugging - Correlate issues with specific events
- Trending - Identify patterns in event frequency
- Alert Correlation - Connect events to alert incidents
Last updated on