Grafana v5.1.2 dashboard share issue

Hi everyone. Im using Grafana with openhab2, and dashboard from grafana are showing in openhab via iframe.
It worked very good, link to dashboard was something like this
https://community.grafana.com/dashboard-solo/db/graphname
but after update (installed on another machine) it stoped working, and I found out that now it should look something like this
https://community.grafana.com/d/6nyLCEnmk/graphname
with 9 random symbols for every dashboard. This is irritating, because all my config files generated automatically, and what I should do with this - have no idea.

Grafana v5.1.2 (c3c690e21)

http://docs.grafana.org/guides/whats-new-in-v5/#dashboard-model-persistent-url-s-and-api-changes

Thanks, now I got it. But it seems I can only edit this uid in raw JSON code… Or there is another way?

You cannot edit the uid through the Grafana user interface - you’ll need to use the http api.

so it is just POST/GET and stuff? No “manual” interface?

Yes at the moment if you’re not using a recent nightly build or building from source which have a fix for this issue included: https://github.com/grafana/grafana/issues/1429

That’s basically allow you to edit the json model under dashboard settings. Targeted to be included in v5.2 stable release.

Marcus

Thank you for the answer!