Open misilot opened 2 years ago
There's a bug in this codebase that produces a URI with two question marks, which is incorrect. Someone else attempted to fix it, but their syntax was off. I've submitted a new pull request with a valid fix: https://github.com/pueteam/datasource-plugin-solr/pull/16
However, this project may be abandoned. In which case, you'd have to clone this repo, compile locally, and copy the working plugin distribution folder to your Grafana instance. Since it won't be signed, you'll have to run Grafana with a configuration that whitelists unsigned plugins:
[plugins]
allow_loading_unsigned_plugins = pue-solr-datasource
I am getting the following error when I try the URL directly from the XHR request, but the interface in grafana is returning
e is undefined
If I remove the
?fq=time:[2022-05-24T20:21:34.757Z%20TO%202022-05-24T21:21:34.757Z]
I don't get a 400 bad request, but actual data.Thanks!