Replies: 1 comment
-
I just upgraded to version 2.6.3 and this issue seems to be solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the Azure Storage feature which works fine for a blob name that I configure in the per panel data source.
I now have a case where I would like to open a dashboard with (a part of) the blob name specified in a variable.
So, I filled in the datasource's blob field:
A/Path/To/My/Blob/Name${nameFragment}.json
Unfortunately, it seems that the infinityplugin then tries to literally look for a blob having this name, instead of resolving the variable "nameFragment".
Obviously, I would like to look for the blob (suppose nameFragment = 1234):
A/Path/To/My/Blob/Name1234.json
In the panel, below the datasource, I get an error message stating:
error getting data frame. GET https://mysa.blob.core.windows.net/A/Path/To/My/Blob/Name${nameFragment}.json
So it seems no replacement is taking place.
Am I overlooking a feature? Is there a workaround? Or is this impossible today?
Beta Was this translation helpful? Give feedback.
All reactions