Browse Source

Update cluster.asciidoc

Fixed asciidoc syntax
Clinton Gormley 11 years ago
parent
commit
2d0c440b09
1 changed files with 4 additions and 3 deletions
  1. 4 3
      docs/reference/modules/cluster.asciidoc

+ 4 - 3
docs/reference/modules/cluster.asciidoc

@@ -36,10 +36,11 @@ The following settings may be used:
      Defaults to `2`.
 
 `cluster.routing.allocation.enable`::
-    Controls shard allocation for all indices, by allowing specific
-    kinds of shard to be allocated.
 
-    Can be set to:
+Controls shard allocation for all indices, by allowing specific
+kinds of shard to be allocated.
+
+Can be set to:
     * `all` (default) - Allows shard allocation for all kinds of shards.
     * `primaries` - Allows shard allocation only for primary shards.
     * `new_primaries` - Allows shard allocation only for primary shards for new indices.