hastic-zzz / hastic-server

Hastic data management server for analyzing patterns and anomalies from Grafana
GNU General Public License v3.0
330 stars 23 forks source link

Leave only important part of panelUrl #288

Closed rozetko closed 5 years ago

rozetko commented 5 years ago

Currently all analytic units have a panelUrl field (which contains dashboard and panel id) But we're storing the whole URL And it can break persistence while moving Grafana instance to another host / protocol

rozetko commented 5 years ago

It is a panel bug Recreated: https://github.com/hastic/hastic-grafana-graph-panel/issues/102

jonyrock commented 5 years ago

@rozetko server should validate value then: only important part, nothing else :)