Hi! I have a dashboard where the primary variable is a hostname. Unfortunately those hostnames are in timescaledb in mixed case. I would like to be able to generate a URL to the dashboard and put the hostname in the var-servername query param. But if I don’t get the case right, it won’t select the variable. In the code where I am generating the URL, I don’t have a data source that has the hostnames with the correct case.
Is there a way to get grafana to take the variables passed in the URL and match them to the available options in a case-insensitive way?
I’m using v8.4.7 (23bf3ef043).