Browse Source

Merge branch '2.2.x' into 2.3.x

Closes gh-22617
pull/22996/head
Andy Wilkinson 6 years ago
parent
commit
a2ce39d7eb
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc

2
spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc

@ -667,7 +667,7 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr @@ -667,7 +667,7 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr
| {spring-boot-actuator-module-code}/system/DiskSpaceHealthIndicator.java[`DiskSpaceHealthIndicator`]
| Checks for low disk space.
| {spring-boot-actuator-module-code}/elasticsearch/ElasticSearchRestHealthContributorAutoConfiguration.java[`ElasticSearchRestHealthContributorAutoConfiguration`]
| {spring-boot-actuator-module-code}/elasticsearch/ElasticsearchRestHealthIndicator.java[`ElasticsearchRestHealthIndicator`]
| Checks that an Elasticsearch cluster is up.
| {spring-boot-actuator-module-code}/hazelcast/HazelcastHealthIndicator.java[`HazelcastHealthIndicator`]

Loading…
Cancel
Save