I have been using the ‘render value as link’ option in my tables for a certain value. The URL I want to create from the cell value is straightforward: merging the cell value with my custom url, like so: cellvalue.myurl
Using the guide, I build the link as so: $(__cell).myurl
The cell value is transformed correctly, however, when you follow the created link, the URL appends on the dashboard IP address and grafana on the front of it, like this:
IPAddress/grafana/value.myurl
This completely stops it accessing the external site, I have tried a few different settings, but I can’t seem to stop it happening. This is a real head scratcher for me, and haven’t found any useful documentation on this. Any help on this would be much appreciated!