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

This commit is contained in:
aladdam 2019-03-20 08:19:32 -07:00 committed by Luca Cavanna
parent 48b0deef4f
commit f7e3f748b6
1 changed files with 3 additions and 2 deletions

View File

@ -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.