I am working on creating a world map of some custom jobs that are run on aws. These jobs output a json that has the region code (us-east-1…etc). Under Map Data Options --> Location Data I have selected “JSON endpoints”. I placed the URL to “/var/lib/grafana/plugins/grafana-worldmap-panel/dist/data/awsRegions.json”. I cloned the existing countries.json file and modified it with the information I need. It does not seem to work and I don’t know how to check the logs for information on what I’m doing wrong
Snippit of my json file:
[
{
“key”: “us-east-1”,
“latitude”: 38.13,
“longitude”: -78.45,
“name”: “Virginia”
},
{
“key”: “us-east-2”,
“latitude”: 39.96,
“longitude”: -83,
“name”: "Ohio”
},
...etc