monitoringartist / grafana-aws-cloudwatch-dashboards

:cloud: 40+ Grafana dashboards for AWS CloudWatch metrics: EC2, Lambda, S3, ELB, EMR, EBS, SNS, SES, SQS, RDS, EFS, ElastiCache, Billing, API Gateway, VPN, Step Functions, Route 53, CodeBuild, ...
https://grafana.com/orgs/monitoringartist/dashboards
GNU General Public License v3.0
2.05k stars 790 forks source link

runtime error: invalid memory address or nil pointer dereference #31

Closed erwinsetiawan closed 6 years ago

erwinsetiawan commented 6 years ago

I'm getting this error

runtime error: invalid memory address or nil pointer dereference

with grafana iam access policy

{ "Version": "2012-10-17", "Statement": [ { "Action": [ "autoscaling:Describe", "cloudwatch:Describe", "cloudwatch:Get", "cloudwatch:List", "logs:Get", "logs:List", "logs:Describe", "logs:TestMetricFilter", "sns:Get", "sns:List" ], "Effect": "Allow", "Resource": "" } ] }

jangaraj commented 6 years ago

It's not an issue of a dashboard. It's Grafana issue - probably https://github.com/grafana/grafana/issues/10733