Skip to content

Commit

Permalink
Merge pull request #22616 from dreis2211
Browse files Browse the repository at this point in the history
* gh-22616:
  Add ElasticsearchReactiveHealthIndicator to docs

Closes gh-22616
  • Loading branch information
wilkinsona committed Jul 28, 2020
2 parents a2ce39d + be8a709 commit f7357aa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f7357aa

Please sign in to comment.