pueteam / datasource-plugin-solr

Solr Datasource for Grafana
Apache License 2.0
22 stars 11 forks source link

Bad Gateway api/datasource/proxy #14

Open Lamis03 opened 1 year ago

Lamis03 commented 1 year ago

Hi, I am on Solr Stand-alone mode,
I am getting this error (Bad Gateway) when trying to query solr. I am confused about the url in the request: api/datasources/proxy/3/solr/core2/select?wt=json I've tried with Postman also to: 1/ Get http://localhost:3000/api/datasources/proxy it returns invalid id 2/ Get http://localhost:3000/api/datasources/proxy/3/solr/core2 Bad Gateway Is this url is somewhere in the src or configurations files to change it? Or is it the normal url if you are on Cloud Mode? Here is a PrintScreen Screenshot 2023-01-11 at 17-22-18 Explore - Solr - Grafana Thank you in advanced Cheers!