Browse Source

[DOCS] match description with example in allocation docs page (#39606)

aladdam 6 years ago
parent
commit
d819e19ec0
1 changed files with 3 additions and 2 deletions
  1. 3 2
      docs/reference/cat/allocation.asciidoc

+ 3 - 2
docs/reference/cat/allocation.asciidoc

@@ -21,5 +21,6 @@ shards disk.indices disk.used disk.avail disk.total disk.percent host      ip
 // TESTRESPONSE[s/\d+(\.\d+)?[tgmk]?b/\\d+(\\.\\d+)?[tgmk]?b/ s/46/\\d+/]
 // TESTRESPONSE[s/CSUXak2/.+/ _cat]
 
-Here we can see that each node has been allocated a single shard and
-that they're all using about the same amount of space.
+Here we can see that the single shard created has been allocated to the single
+node available.
+