AlertList
Alert list panel - displays alert rules and states.
Use for showing current alert status.
<AlertList title="Active Alerts" viewMode="list" stateFilter={['alerting', 'pending']} sortOrder="importance"/>| Prop | Type | Default | Description |
|---|---|---|---|
viewMode | 'list' | 'stat' | - | View mode |
groupBy | string[] | - | Group by |
maxItems | number | - | Max items |
sortOrder | 'alpha' | 'importance' | 'time' | - | Sort order |
stateFilter | ('alerting' | 'pending' | 'nodata' | 'normal' | 'error')[] | - | State filter |
alertNameFilter | string | - | Alert name filter |
dashboardFilter | boolean | - | Dashboard filter - only show alerts from current dashboard |
folderId | number | - | Folder filter |
Inherits from BasePanelProps