Take a look at the cores REST API, something like http://localhost:8983/solr/admin/cores?action=STATUS&wt=json
Any failed cores will be in ‘initFailures’; cores which started will be under “status” Rob > On 27 Oct 2021, at 16:28, Vincenzo D'Amore <v.dam...@gmail.com> wrote: > > Hi all, > > when a Solr instance is started I would be sure all the indexes present are > up and running, in other words that the instance is healthy. > The healthy status (aka liveness/readiness) is especially useful when a > Kubernetes SolrCloud cluster has to be restarted for any configuration > management needs and you want to apply your change one node at a time. > AFAIK I can ping only one index at a time, but there is no way out of the > box to test that a bunch of indexes are active (green status). > Have you ever faced the same problem? What do you think? > > Best regards, > Vincenzo > > -- > Vincenzo D'Amore