From 467348bdedec181ae74a91dac31f573296757e92 Mon Sep 17 00:00:00 2001 From: Sofia Papagiannaki Date: Wed, 3 Jun 2020 12:58:05 +0300 Subject: [PATCH] Cloudwatch: Fix dimensions of of DDoSProtection (#25317) --- pkg/tsdb/cloudwatch/metric_find_query.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tsdb/cloudwatch/metric_find_query.go b/pkg/tsdb/cloudwatch/metric_find_query.go index 49d52ee3f7f..04e7ca3e07f 100644 --- a/pkg/tsdb/cloudwatch/metric_find_query.go +++ b/pkg/tsdb/cloudwatch/metric_find_query.go @@ -140,7 +140,7 @@ var dimensionsMap = map[string][]string{ "AWS/Cognito": {"Operation", "RiskLevel", "UserPoolId"}, "AWS/Connect": {"InstanceId", "MetricGroup", "Participant", "QueueName", "Stream Type", "Type of Connection"}, "AWS/DataSync": {"AgentId", "TaskId"}, - "AWS/DDoSProtection": {"ACKFlood", "ChargenReflection", "DNSReflection", "GenericUDPReflection", "MemcachedReflection", "MSSQLReflection", "NetBIOSReflection", "NTPReflection", "PortMapper", "RequestFlood", "RIPReflection", "SNMPReflection", "SSDPReflection", "SYNFlood", "UDPFragment", "UDPTraffic", "UDPReflection"}, + "AWS/DDoSProtection": {"ResourceArn", "AttackVector"}, "AWS/DMS": {"ReplicationInstanceIdentifier", "ReplicationTaskIdentifier"}, "AWS/DocDB": {"DBClusterIdentifier", "DBInstanceIdentifier", "Role"}, "AWS/DX": {"ConnectionId"},