From d6327b92256bcc6e9e6c6aac4eeeaa1bde514d96 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Mon, 22 Apr 2019 05:39:04 -0700 Subject: [PATCH] [DOCS] Replace nested open block for Asciidoctor migration (#41168) * [DOCS] Fix nested open blocks for Asciidoctor migration * [DOCS] Reformat table to definitions --- docs/reference/index-modules.asciidoc | 29 +++++++++------------------ 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/docs/reference/index-modules.asciidoc b/docs/reference/index-modules.asciidoc index 7848a48fa58f9..96ccc9ab6a8a4 100644 --- a/docs/reference/index-modules.asciidoc +++ b/docs/reference/index-modules.asciidoc @@ -45,26 +45,17 @@ specific index module: part of the cluster. `index.shard.check_on_startup`:: -+ --- -Whether or not shards should be checked for corruption before opening. When -corruption is detected, it will prevent the shard from being opened. Accepts: - -`false`:: - - (default) Don't check for corruption when opening a shard. - -`checksum`:: - Check for physical corruption. - -`true`:: - - Check for both physical and logical corruption. This is much more - expensive in terms of CPU and memory usage. - -WARNING: Expert only. Checking shards may take a lot of time on large indices. --- +Whether or not shards should be checked for corruption before opening. When +corruption is detected, it will prevent the shard from being opened. +Accepts: +`false`::: (default) Don't check for corruption when opening a shard. +`checksum`::: Check for physical corruption. +`true`::: Check for both physical and logical corruption. This is much more +expensive in terms of CPU and memory usage. ++ +WARNING: Expert only. Checking shards may take a lot of time on large +indices. [[index-codec]] `index.codec`::