• artsiom's avatar
    Add Actuator health checks for Elasticsearch REST clients · 0a4ba499
    artsiom authored
    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
    0a4ba499
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...