Skip to content

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"
/>
PropTypeDefaultDescription
viewMode'list' | 'stat'-View mode
groupBystring[]-Group by
maxItemsnumber-Max items
sortOrder'alpha' | 'importance' | 'time'-Sort order
stateFilter('alerting' | 'pending' | 'nodata' | 'normal' | 'error')[]-State filter
alertNameFilterstring-Alert name filter
dashboardFilterboolean-Dashboard filter - only show alerts from current dashboard
folderIdnumber-Folder filter

Inherits from BasePanelProps