Alert History
Historical record of all alerts that have been generated, acknowledged, and resolved. Use alert history to identify patterns, measure response times, and improve operations.
Overview
The Alert History view provides a complete timeline of past alerts, including when they were created, how they were handled, and how long they took to resolve. This data is valuable for identifying recurring issues, measuring team performance, and conducting post-incident reviews.
Report Columns
| Column | Description |
|---|---|
| Alert ID | Unique identifier for the alert |
| Title | Brief description of the alert condition |
| Severity | Critical, High, Medium, Low, or Informational |
| Category | Service Health, Security, Compliance, or Custom |
| Created | When the alert was first triggered |
| Acknowledged | When the alert was first acknowledged |
| Resolved | When the alert was closed |
| Resolution Time | Total time from creation to resolution |
| Resolved By | Technician who resolved the alert |
| Resolution Notes | Description of the resolution action |
Key Metrics
- Total Alerts — Count of alerts in the selected period
- Mean Time to Acknowledge (MTTA) — Average time to first response
- Mean Time to Resolve (MTTR) — Average time from creation to resolution
- Auto-Resolved — Alerts resolved automatically by the platform
- False Positive Rate — Percentage of alerts that were false positives
Trend Analysis
The history report helps identify:
- Recurring alerts — Issues that generate alerts repeatedly
- Alert volume trends — Whether alert frequency is increasing or decreasing
- Resolution efficiency — How response times are changing over time
- Peak alert times — Days and hours with the most alerts
Filters
- Date Range — Last 7 days, 30 days, 90 days, or custom
- Severity — Critical, High, Medium, Low, Informational
- Category — Service Health, Security, Compliance, Custom
- Resolution — Resolved, Auto-resolved, False Positive, Suppressed
- Tenant — Filter by affected tenant
Best Practices
- Review alert history weekly to identify recurring issues
- Tune alert thresholds to reduce false positives
- Track MTTR trends to measure team improvement
- Create automation for frequently recurring alerts
- Document resolution steps for common alert types
API Reference
GET /api/monitoring/alerts/history— Get alert historyGET /api/monitoring/alerts/metrics— Get alert performance metricsPOST /api/monitoring/alerts/history/export— Export alert history
Last updated on