goodrobots / maverick

UAV Autonomous Systems Management
https://goodrobots.github.io/maverick/
MIT License
171 stars 61 forks source link

mavlogd - Grafana index dashboard links not working #909

Closed fnoop closed 4 years ago

fnoop commented 4 years ago

json dashboards are created in ~/data/analysis/grafana/dashboards, eg. ~/data/analysis/grafana/dashboards/flight-index.json. Links to each flight data are specified as: dashboard/db/flight-data-analysis?orgId=10&from=1520787228000&to=1520787517000

If put into browser the URL works (redirects to an internal URL), but when parsed from the json it's replaced with a general link to the grafana root.

fnoop commented 4 years ago

There is apparently link sanitisation done on the dashboard json. Looks like it will allow fully qualified/absolute links, but not relative (why??). So for now, just hardcode /analysis/grafana.