• Andy Wilkinson's avatar
    Polish Elasticsearch health indicator · 03b109a2
    Andy Wilkinson authored
     - Nest the configuration class in HealthIndicatorAutoConfiguration,
       bringing it into line with the other health indicator configuration
       classes
     - Include the statistics from the response in the health’s details
     - Map YELLOW to UP rather than UNKNOWN as it indicates that the cluster
       is running but that “the primary shard is allocated but replicas are
       not” [1]. The details can be used to determine the precise state of
       the cluster.
     - Add a property to configure the time that the health indicator will
       wait to receive a response from the cluster
     - Document the configuration properties
     - Update the tests to cover the updated functionality
    
    See gh-2399
    
    [1] http://www.elastic.co/guide/en/elasticsearch/reference/1.x/cluster-health.html
    03b109a2
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
spring-boot-versions Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...