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
Maybe someone can reproduce this “issue”. Should be quite easy to do.
Thanks
Roland
In my Case this workaround ist also not working.
is the issue resolved ? in my case , getting refused to connect while loading external webpage.
I used suggested options like and still giving error.
[panels]
enable_alpha = true
disable_sanitize_html = true
and
allow_embedding = true