'How to link to external sites in a grafana table

How do I create a column of cells that contains hyperlinks to external sites?

I'm able to embed the text and pass it in via the data-feed, unfortunately grafana doesn't convert the plain text to a hyperlink.

For example, I'm able to create a cell with this text:

"https://www.google.com/search?q=hot+dogs"

How do I get grafana to convert it into a clickable hyperlink?

thanks!



Solution 1:[1]

Grafana 8.1.x with Table panel type:

  • create new Override, where you select/override column with that link value
  • add overide property Data links > Data links where Title and URL will have value ${__value.raw}

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jan Garaj