Skip to content

Commit c405b8b

Browse files
dreis2211wilkinsona
authored andcommitted
Fix link to Elasticsearch health indicator
See gh-22598
1 parent f4afd07 commit c405b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr
669669
| {spring-boot-actuator-module-code}/jdbc/DataSourceHealthIndicator.java[`DataSourceHealthIndicator`]
670670
| Checks that a connection to `DataSource` can be obtained.
671671

672-
| {spring-boot-actuator-module-code}/elasticsearch/ElasticSearchRestHealthContributorAutoConfiguration.java[`ElasticSearchRestHealthContributorAutoConfiguration`]
672+
| {spring-boot-actuator-module-code}/elasticsearch/ElasticsearchRestHealthIndicator.java[`ElasticsearchRestHealthIndicator`]
673673
| Checks that an Elasticsearch cluster is up.
674674

675675
| {spring-boot-actuator-module-code}/hazelcast/HazelcastHealthIndicator.java[`HazelcastHealthIndicator`]

0 commit comments

Comments
 (0)