Commit 26f377c4 by Borna Skukan Committed by Arve Knudsen

fix: modifying AWS Kafka dimension names to correct ones (#19986)

parent 7aeed4d9
...@@ -162,7 +162,7 @@ func init() { ...@@ -162,7 +162,7 @@ func init() {
"AWS/IoT": {"ActionType", "BehaviorName", "CheckName", "JobId", "Protocol", "RuleName", "ScheduledAuditName", "SecurityProfileName"}, "AWS/IoT": {"ActionType", "BehaviorName", "CheckName", "JobId", "Protocol", "RuleName", "ScheduledAuditName", "SecurityProfileName"},
"AWS/IoTAnalytics": {"ActionType", "ChannelName", "DatasetName", "DatastoreName", "PipelineActivityName", "PipelineActivityType", "PipelineName"}, "AWS/IoTAnalytics": {"ActionType", "ChannelName", "DatasetName", "DatastoreName", "PipelineActivityName", "PipelineActivityType", "PipelineName"},
"AWS/KMS": {"KeyId"}, "AWS/KMS": {"KeyId"},
"AWS/Kafka": {"Broker", "Cluster", "Topic"}, "AWS/Kafka": {"Broker ID", "Cluster Name", "Topic"},
"AWS/Kinesis": {"ShardId", "StreamName"}, "AWS/Kinesis": {"ShardId", "StreamName"},
"AWS/KinesisAnalytics": {"Application", "Flow", "Id"}, "AWS/KinesisAnalytics": {"Application", "Flow", "Id"},
"AWS/KinesisVideo": {}, "AWS/KinesisVideo": {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment