From 26a971a5348158a30a82470ea63fa8b02fb42c90 Mon Sep 17 00:00:00 2001 From: Nathan L Smith Date: Mon, 24 May 2021 21:29:15 -0500 Subject: [PATCH] use open instead of active --- x-pack/plugins/observability/public/pages/alerts/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/observability/public/pages/alerts/index.tsx b/x-pack/plugins/observability/public/pages/alerts/index.tsx index 6662cff07e448..5d45edda52d95 100644 --- a/x-pack/plugins/observability/public/pages/alerts/index.tsx +++ b/x-pack/plugins/observability/public/pages/alerts/index.tsx @@ -60,7 +60,7 @@ export function AlertsPage({ routeParams }: AlertsPageProps) { const { prepend } = core.http.basePath; const history = useHistory(); const { - query: { rangeFrom = 'now-15m', rangeTo = 'now', kuery = '', status = 'active' }, + query: { rangeFrom = 'now-15m', rangeTo = 'now', kuery = '', status = 'open' }, } = routeParams; // In a future milestone we'll have a page dedicated to rule management in