From fefbedd7681a63c729039554416f40bfd7653095 Mon Sep 17 00:00:00 2001 From: Cody Roseborough Date: Tue, 9 Dec 2025 11:49:46 -0800 Subject: [PATCH] add account_id to templated filters --- datadog-dashboard.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/datadog-dashboard.json b/datadog-dashboard.json index c462a92..c4d65d7 100644 --- a/datadog-dashboard.json +++ b/datadog-dashboard.json @@ -630,6 +630,12 @@ "prefix": "placement_id", "available_values": [], "default": "*" + }, + { + "name": "account_id", + "prefix": "account_id", + "available_values": [], + "default": "*" } ], "layout_type": "ordered",