From 2416a935e6ca64b76a917a2287c12fe7fb3653b0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 12 Dec 2014 17:05:16 +0100 Subject: [PATCH] Properly document health indicator config Health indicator configuration keys have moved from the health.* to the management.health.* namespace. This commit makes sure that these are documented properly in 1.1.x as well. See gh-2118 --- .../main/asciidoc/appendix-application-properties.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) 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 25663bbd46..02f793773f 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