Skip to content

Commit

Permalink
[DOCS] match description with example in allocation docs page (#39606)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdam authored and javanna committed Mar 25, 2019
1 parent 35f6c71 commit d819e19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/reference/cat/allocation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d819e19

Please sign in to comment.