I am looking for a way to embed this website into a grafana panel.
Any help much appreciated, thanks.
Roland
I am looking for a way to embed this website into a grafana panel.
Any help much appreciated, thanks.
Roland
Hi,
You can use Grafana’s standard “Text” panel. Set Display->Mode->HTML
in panel settings and add <iframe src="http://your.external.web.page.url"></iframe>
in panel content editor.
Source : Embedding a website in a Grafana dashboard - Stack Overflow
Hope it helps.
Good Luck
Did you change the display to html ?
Yes you should see it in the screenshot above
Hi,
You should change this parameter on your config file :
disable_sanitize_html = true
Good Luck
Ok just changed it in grafana.ini
then restarted
service grafana-server restart
but still the same result, hmmm. Thanks anyway
Maybe someone can reproduce this “issue”. Should be quite easy to do.
Thanks
Roland
In my Case this workaround ist also not working.