Loosen assertion in getting-started.asciidoc

We were asserting that the size of an index had a decimal point but it
doesn't always:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+5.0+java9-periodic/240/console
This commit is contained in:
Nik Everett 2016-10-09 13:46:24 -04:00
parent 6418f89feb
commit 741ecf80ff
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ And the response:
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
yellow open bank l7sSYV2cQXmu6_4rJWVIww 5 1 1000 0 128.6kb 128.6kb
--------------------------------------------------
// TESTRESPONSE[s/128.6kb/\\d+\\.\\d+[mk]?b/]
// TESTRESPONSE[s/128.6kb/\\d+(\\.\\d+)?[mk]?b/]
// TESTRESPONSE[s/l7sSYV2cQXmu6_4rJWVIww/.+/ _cat]
Which means that we just successfully bulk indexed 1000 documents into the bank index (under the account type).