On 11/27/22 08:38, Shawn Heisey wrote:
curl http://localhost:8983/solr/admin/zookeeper?detail=true&path=%2Flive_nodes
That command will not work as-is. I forgot the quotes.curl "http://localhost:8983/solr/admin/zookeeper?detail=true&path=%2Flive_nodes"
