Skip to content

Commit 3212b94

Browse files
committed
Merge pull request #22598 from dreis2211
* gh-22598: Fix link to Elasticsearch health indicator Closes gh-22598
2 parents f4afd07 + c405b8b commit 3212b94

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)