Files
spring-boot/spring-boot-project
artsiom 0a4ba499df Add Actuator health checks for Elasticsearch REST clients
This commit adds `ElasticsearchRestHealthIndicator`, a new
`HealthIndicator` for Elasticsearch, using the Elasticsearch "low level
rest client" provided by the
`"org.elasticsearch.client:elasticsearch-rest-client"` dependency.

Note that Spring Boot will auto-configure both low and high level REST
clients, but since the high level one is using the former, a single
health indicator will cover both cases.

See gh-15211
2018-11-28 19:48:35 +01:00
..
2018-11-28 11:29:37 +01:00
2018-11-28 11:31:48 +01:00
2018-11-11 11:03:13 +01:00
2018-10-02 10:30:14 -07:00