Hi,
I am trying to import Cloudwatch alarms in to Grafana similar to the the image below.
I am able to setup the colored stat graphs at the top.
However the tabular data below is still fustrating me.
To provide a context into what is going on, I am moniterting the CPU, Disk Space and RAM Usage across multiple EC2 instances.
At the top are the count of the unique instances when certain conditions are met, for example, 10% > CPU Utilization ≥ 0, for 1 instance it will count as 1 under informational. So on and so forth. I am able to create this using multiple stat graphs with different conditions.
Below is the tabular data that displays the information when the user clicks on the respecitve stat graph above. If I click Error, the tablular data will only display Error logs.
Help is greatly appreciated.