Please avoid posting in the Grafana parent category. Whenever possible choose a subcategory.
Hi team,
Currently we are trying to create table panel with below type of data:
| ResourceId | ResourceType | Region | CompliantStatus | ConfigRuleName |
Resource1 s3bucket eu-central-1 Compliant ConfigRule1
Resource2 s3bucket eu-central-1 Compliant ConfigRule2
Resource1 s3bucket eu-central-1 NonCompliant ConfigRule2
Resource1 s3bucket eu-central-1 Compliant ConfigRule3
we are expecting table to show below aggregated data
ResourceId, ResourceType, Region, CompliantStatus
Resource1 s3bucket eu-central-1 Compliant
Resource2 s3bucket eu-central-1 NonCompliant
Important point to consider here If resource2 has two CompliantStatus (complaint and noncompliant) then it should combine the data and should display only one record with noncompliant status
THANK YOU!!
~ the grafana team