From 42253ea8bce756f143862cbd64447afea2cd1d11 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Aug 2015 14:44:41 +0200 Subject: [PATCH] Polish --- .../src/main/asciidoc/appendix-application-properties.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 b2667875c17..89c84312010 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -713,13 +713,13 @@ content into your application; rather pick only the properties that you need. # HEALTH INDICATORS (previously health.*) management.health.db.enabled=true - management.health.elasticsearch.enabled=true - management.health.elasticsearch.indices= # comma-separated index names - management.health.elasticsearch.response-timeout=100 # the time, in milliseconds, to wait for a response from the cluster management.health.defaults.enabled=true # enable default health indicators management.health.diskspace.enabled=true management.health.diskspace.path=. management.health.diskspace.threshold=10485760 + management.health.elasticsearch.enabled=true + management.health.elasticsearch.indices= # comma-separated index names + management.health.elasticsearch.response-timeout=100 # the time, in milliseconds, to wait for a response from the cluster management.health.jms.enabled=true management.health.mail.enabled=true management.health.mongo.enabled=true