We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ce39d commit be8a709Copy full SHA for be8a709
spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc
@@ -850,6 +850,9 @@ The following `ReactiveHealthIndicators` are auto-configured by Spring Boot when
850
| {spring-boot-actuator-module-code}/couchbase/CouchbaseReactiveHealthIndicator.java[`CouchbaseReactiveHealthIndicator`]
851
| Checks that a Couchbase cluster is up.
852
853
+| {spring-boot-actuator-module-code}/elasticsearch/ElasticsearchReactiveHealthIndicator.java[`ElasticsearchReactiveHealthIndicator`]
854
+| Checks that an Elasticsearch cluster is up.
855
+
856
| {spring-boot-actuator-module-code}/mongo/MongoReactiveHealthIndicator.java[`MongoReactiveHealthIndicator`]
857
| Checks that a Mongo database is up.
858
0 commit comments