Interpolate properties on iframe Widget URL
complete
I
Igor Brites
It would be nice to interpolate entity information inside an Iframe Widget URL. An example is when trying to add a Grafana Embedded Panel to an Entity page. Grafana expects query variables to be prepended with a "var-" prefix, so the existing "entity" parameter is useless in this case. My idea is something like this:
https://my-grafana.dashboards.com/d-solo/my-dashboard?orgId=1&refresh=5s&var-app_name={{ .entity.title }}&from=now-1h&to=now
Thanks in advance!
I
Igor Brites
That's awesome! Thanks for implementing it!
Naama Ben Oliel Ronen
marked this post as
complete
We now support dynamically passing context to iframe widgets by adding entity or user properties to the iframe URL.
Naama Ben Oliel Ronen
marked this post as
in progress