Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Noted the backend health actuator

...

Both of those endpoints will throw an error if Solr is down or similar, and both are anonymously available (no login required). 

Another possibility is the healthcheck actuator:

/server/actuator/health

which returns a JSON document containing a status scalar:

{"status":"UP"}