From 8155e1efda279c28435026fb5f0eb666060f0531 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Thu, 12 May 2016 17:53:34 -0400 Subject: [PATCH] [docs] Add wait_for_status=yellow Another unstable snippet.... https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-os-compatibility/os=sles/402/console --- docs/reference/analysis/testing.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/analysis/testing.asciidoc b/docs/reference/analysis/testing.asciidoc index a8c735f5027..ab50f6564bb 100644 --- a/docs/reference/analysis/testing.asciidoc +++ b/docs/reference/analysis/testing.asciidoc @@ -69,6 +69,8 @@ PUT my_index } } +GET _cluster/health?wait_for_status=yellow + GET my_index/_analyze <3> { "analyzer": "std_folded", <4> @@ -88,4 +90,3 @@ GET my_index/_analyze <3> <3> To refer to this analyzer, the `analyze` API must specify the index name. <4> Refer to the analyzer by name. <5> Refer to the analyzer used by field `my_text`. -