Browse Source

Merge pull request #38330 from dreis2211

* pr/38330:
  Fix link to Elasticsearch health indicator

Closes gh-38330
pull/38403/head
Moritz Halbritter 2 years ago
parent
commit
935a617d58
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc

2
spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc

@ -674,7 +674,7 @@ with the `key` listed in the following table: @@ -674,7 +674,7 @@ with the `key` listed in the following table:
| Checks for low disk space.
| `elasticsearch`
| {spring-boot-actuator-module-code}/elasticsearch/ElasticsearchRestHealthIndicator.java[`ElasticsearchRestHealthIndicator`]
| {spring-boot-actuator-module-code}/elasticsearch/ElasticsearchRestClientHealthIndicator.java[`ElasticsearchRestClientHealthIndicator`]
| Checks that an Elasticsearch cluster is up.
| `hazelcast`

Loading…
Cancel
Save