mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
This commit adds more information to the ElasticSearch REST health indicator. When the ES instance responds with an error HTTP status, the health details now include the actual status code and reason phrase. When the ES instance returns a HTTP 200 response, the entire response map is used as health details. See gh-15366