Browse Source

Docs: fix health response test

I managed to test the wrong snippet before pushing the last
commit.... This fixes the error in it.
Nik Everett 8 years ago
parent
commit
efc62f193f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/getting-started.asciidoc

+ 1 - 1
docs/reference/getting-started.asciidoc

@@ -217,7 +217,7 @@ epoch      timestamp cluster       status node.total node.data shards pri relo i
 1475247709 17:01:49  elasticsearch green           1         1      0   0    0    0        0             0                  -                100.0%
 --------------------------------------------------
 // TESTRESPONSE[s/1475247709 17:01:49  elasticsearch/\\d+ \\d+:\\d+:\\d+ docs_integTestCluster/]
-// TESTRESPONSE[s/0             0                  -/0             \d+                  -/]
+// TESTRESPONSE[s/0             0                  -/0             \\d+                  -/]
 // TESTRESPONSE[_cat]
 
 We can see that our cluster named "elasticsearch" is up with a green status.