aws-observability / amazon-managed-grafana-migrator

CLI migration utility to migrate Grafana content to Amazon Managed Grafana
Apache License 2.0
26 stars 7 forks source link

EC2 Grafana(v9.2.0) to Amazon Manage Grafana(v9.4.7) dashboard transfer issue #22

Closed ruchilbshah closed 1 year ago

ruchilbshah commented 1 year ago

Did you search for similar issues before submitting?

Release version

go install github.com/aws-observability/amazon-managed-grafana-migrator@latest

Is it a permission issue?

What is your environment, configuration and the example used?

Getting error while transfering EC2 Grafana(v9.2.0) to Amazon Manage Grafana(v9.4.7)

Additional Information

Cureently we are using in-house grafana with AWS EC2 instances and we are planning to tansfer to AMG (amazon manage grafana) and getting dail tcp : lookup no such host error.
bonclay7 commented 1 year ago

seems like a networking issue. Are you able to to curl your source grafana instance using the one of the APIs? and what command did you use with the migrator (you can omit the full url/api key)

bonclay7 commented 1 year ago
curl -H "Authorization: Bearer API_KEY" https://GRAFANA_DNS_NAME/api/dashboards/home