/settings/system-health/alerts/history.
Overview
The screen shows a filterable list of alert history records viaAlertHistoryList, fetched through useAlertHistory. A dropdown filter allows viewing All Alerts, Active Only (triggered/acknowledged), or Resolved Only (resolved/expired). Individual alerts can be acknowledged or resolved (with optional notes) inline. A “Configure” button links back to the Alert Configuration page.
Who it’s for
Required permission:platform.system_health.manage
Before you start
- You must hold the
platform.system_health.managepermission.
Steps
1
Open Alert History
Navigate to Settings → System Health → Alert History, or click “View History” from Alert Configuration.
2
Filter alerts
Use the status dropdown to show All, Active Only, or Resolved Only alerts.
3
Acknowledge an alert
Click the acknowledge action on a triggered alert to mark it as acknowledged.
4
Resolve an alert
Click the resolve action to mark an alert resolved, optionally adding resolution notes.
5
Return to configuration
Click “Configure” to go back to Alert Configuration.
Key concepts
- Status values:
triggered,acknowledged,resolved,expired - Acknowledge — intermediate state indicating a team member is aware
- Resolve — final state; accepts optional resolution notes
Related
Platform Foundation
Platform Foundation overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/platform.tsx
- src/platform/health/pages/AlertHistoryPage.tsx