我想使用Grafana worldmap插件在geopoint中显示数据
我从https://grafana.com/plugins/grafana-worldmap-panel的website阅读了此文档
这是链接json端点:https://worldpingdemo.grafana.net/api/plugin-proxy/raintank-worldping-app/api/v2/probes/locations
这是我将数据推送到elasticsearch中的内容:
curl -H 'content-type: application/json' https://localhost/log -d '[{"target": "dallas", "datapoints": [[183255.0, 1529755200]]},{"target": "tokyo", "datapoints": [[192224.0, 1529755200]]}]'
Grafana总是显示错误