I want to add a query parameter to Grafana data source.
below is my data source URL for Data source used by Grafana
http://ip-address:port/machine/machine1?shift=${urlVaribale}
My dashboard url is
http://ip-address:port/d/dashboardID/dashboardName?orgId=1&from=now-7d&to=now&var-shift=1
Is there a way to pass shift value in dashboard URL to data source query parameter? and data source should be updated to
http://ip-address:port/machine/machine1?shift=1