How to configure a button to access a external link

Hi, I’d like to use a Dashboard that contains a button or something like it, that can access o redirect the user to an external link.

Something like, ‘https://google.com’,
Is there any way to accomplish this? Different than using Panel Links.

You can put html in a Text panel. For some elements you will have to set disable_sanitize_html = true in grafana.ini, but regular links work by default.

Hi @luramirez080,

Also you can use Panel links and Dashboard links which can redirect you to an external webpage.

Here is a small demo link.

Here is a nice well-written blog about navigating to external links when inside the Grafana UI.

I hope this helps.