Skip to content

Commit e78f70e

Browse files
committed
[DOCS] Fixes broken formatting
1 parent 9f6c77f commit e78f70e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/reference/index-modules/allocation/filtering.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ settings support three types of filters: `include`, `exclude`, and `require`.
4949
For example, to tell {es} to allocate shards from the `test` index to either
5050
`big` or `medium` nodes, use `index.routing.allocation.include`:
5151
+
52+
--
5253
[source,js]
5354
------------------------
5455
PUT test/_settings
@@ -58,11 +59,11 @@ PUT test/_settings
5859
------------------------
5960
// CONSOLE
6061
// TEST[s/^/PUT test\n/]
61-
+
62+
6263
If you specify multiple filters, all conditions must be satisfied for shards to
6364
be relocated. For example, to move the `test` index to `big` nodes in `rack1`,
6465
you could specify:
65-
+
66+
6667
[source,js]
6768
------------------------
6869
PUT test/_settings
@@ -73,6 +74,7 @@ PUT test/_settings
7374
------------------------
7475
// CONSOLE
7576
// TEST[s/^/PUT test\n/]
77+
--
7678

7779
[float]
7880
[[index-allocation-settings]]

0 commit comments

Comments
 (0)