diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 25663bbd46e..02f793773f3 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -369,6 +369,14 @@ content into your application; rather pick only the properties that you need. endpoints.trace.sensitive=true endpoints.trace.enabled=true + # HEALTH INDICATORS + health.db.enabled=true + health.mongo.enabled=true + health.rabbit.enabled=true + health.redis.enabled=true + health.solr.enabled=true + health.status.order=DOWN, OUT_OF_SERVICE, UNKNOWN, UP + # MVC ONLY ENDPOINTS endpoints.jolokia.path=jolokia endpoints.jolokia.sensitive=true