From 6d51ca125d31b9f9fb7ee6cbb820077148b838bd Mon Sep 17 00:00:00 2001 From: Diana <75819066+cloudjumpercat@users.noreply.github.com> Date: Tue, 9 Jun 2026 13:39:21 -0500 Subject: [PATCH] update UI steps Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com> --- app/_how-tos/observability/create-custom-dashboards.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/_how-tos/observability/create-custom-dashboards.md b/app/_how-tos/observability/create-custom-dashboards.md index 9ee2ba8b90..5d0668a85c 100644 --- a/app/_how-tos/observability/create-custom-dashboards.md +++ b/app/_how-tos/observability/create-custom-dashboards.md @@ -57,10 +57,9 @@ Filters help you narrow down the data shown in charts without modifying individu For this example, let's add a filter so that the data shown in the dashboard is scoped to only one control plane: 1. From the dashboard, click **Add filter**. This brings up the configuration options. -1. Select "Control plane" from the **Filter by** dropdown menu. -1. Select "In" from the **Operator** dropdown menu. -1. Select "default" from the **Filter value** dropdown menu. -1. Select the **Make this a preset for all viewers** checkbox. +1. From the **Filters** dropdown menu, select "Control plane". +1. From the **Operator** dropdown menu, select "In". +1. From the **Value** dropdown menu, select "default". 1. Click **Apply**. This applies the filter to the dashboard. Anyone that views this dashboard will be viewing it scoped to the filter you created.