Browse Source

Add ElasticsearchReactiveHealthIndicator to docs

See gh-22616
pull/22996/head
dreis2211 6 years ago committed by Andy Wilkinson
parent
commit
be8a70936d
  1. 3
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc

3
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,6 +850,9 @@ The following `ReactiveHealthIndicators` are auto-configured by Spring Boot when
| {spring-boot-actuator-module-code}/couchbase/CouchbaseReactiveHealthIndicator.java[`CouchbaseReactiveHealthIndicator`]
| Checks that a Couchbase cluster is up.
| {spring-boot-actuator-module-code}/elasticsearch/ElasticsearchReactiveHealthIndicator.java[`ElasticsearchReactiveHealthIndicator`]
| Checks that an Elasticsearch cluster is up.
| {spring-boot-actuator-module-code}/mongo/MongoReactiveHealthIndicator.java[`MongoReactiveHealthIndicator`]
| Checks that a Mongo database is up.

Loading…
Cancel
Save