grafana / simple-json-datasource

Datasource that sends generic http requests to give url
MIT License
509 stars 233 forks source link

Variables is not being forwarded to target URL #143

Closed davibaldin closed 8 months ago

davibaldin commented 4 years ago

Hi,

When my Dashboard have variables, those variables are not being forwarded to the target URL server. For example:

http://192.168.57.225:3000/d/6VeKhk1Zz/inventory?orgId=1&var-InventoryType=activeDirectoryGroup&var-search=teste

I would like to my URL Backend receive those var-InventoryType=activeDirectoryGroup and var-search=teste Query parameters.

I'm using Server access mode.

My HTTP URL (Backend) is: http://192.168.128.11:8181/siteview/api/grafana

Is this configurable?

Thanks,

Davi

abdulgalimov commented 4 years ago

I have the same problem. Is there a way to fix it?

davibaldin commented 4 years ago

Hi, I couln't fix it and then, I moved to another solution.

Em sáb., 3 de out. de 2020 às 09:42, Zaur notifications@github.com escreveu:

I have the same problem. Is there a way to fix it?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/grafana/simple-json-datasource/issues/143#issuecomment-703097617, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF57UBDUZHLCWN7MD5I5JPDSI4LZXANCNFSM4JPT7OQQ .

abdulgalimov commented 4 years ago

I fixed it https://github.com/grafana/simple-json-datasource/pull/163

mellieA commented 2 years ago

@grafana/grafana-edge-squad I noticed this external PR when triaging https://github.com/grafana/simple-json-datasource/issues/185

gwdawson commented 8 months ago

The Simple JSON Datasource is now deprecated, and as a result, we are closing all open issues in this repository. Our development focus has shifted, and we are no longer actively maintaining this plugin.

This deprecation means that this plugin won’t receive any feature updates or bug fixes except critical security fixes. After 6 months of the deprecation date (End of June 2024), no updates will be provided at all.

We recommend migrating to the Infinity datasource. Here are the migration steps you can follow. Thank you for your understanding.