Skip to content

Commit f7357aa

Browse files
committed
Merge pull request #22616 from dreis2211
* gh-22616: Add ElasticsearchReactiveHealthIndicator to docs Closes gh-22616
2 parents a2ce39d + be8a709 commit f7357aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,9 @@ The following `ReactiveHealthIndicators` are auto-configured by Spring Boot when
850850
| {spring-boot-actuator-module-code}/couchbase/CouchbaseReactiveHealthIndicator.java[`CouchbaseReactiveHealthIndicator`]
851851
| Checks that a Couchbase cluster is up.
852852

853+
| {spring-boot-actuator-module-code}/elasticsearch/ElasticsearchReactiveHealthIndicator.java[`ElasticsearchReactiveHealthIndicator`]
854+
| Checks that an Elasticsearch cluster is up.
855+
853856
| {spring-boot-actuator-module-code}/mongo/MongoReactiveHealthIndicator.java[`MongoReactiveHealthIndicator`]
854857
| Checks that a Mongo database is up.
855858

0 commit comments

Comments
 (0)