brickpattern commented on issue #620: URL: https://github.com/apache/solr-operator/issues/620#issuecomment-1716247166
came across this ... https://solr.apache.org/guide/8_3/ping.html if this is same as what the Prometheus Exporter is trying to hit ... tested it got 503 from SolrCloud-0 instance. So the endpoint is available ``` { "responseHeader":{ "zkConnected":true, "status":500, "QTime":0, "params":{ "q":"solrpingquery", "distrib":"false", "distribute":"true", "qt":"search", "rows":"10", "echoParams":"all", "rid":"solr-solrcloud-0.solr-4573"}}, "error":{ "metadata":[ "error-class","org.apache.solr.common.SolrException", "root-error-class","org.apache.solr.common.SolrException"], "msg":"Ping query caused exception: no field name specified in query and no default specified via 'df' param", "trace":"org.apache.solr.common.SolrException: Ping query caused exception: no field name specified in query and no default specified via 'df' param ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
