From 89404ced9b1f955eed2c1f87015baf8b7108e561 Mon Sep 17 00:00:00 2001 From: Colin Goodheart-Smithe Date: Wed, 24 Oct 2018 13:05:41 +0100 Subject: [PATCH] Fixes SOTP docs test to restart ILM after --- x-pack/docs/en/ilm/apis/stop.asciidoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/x-pack/docs/en/ilm/apis/stop.asciidoc b/x-pack/docs/en/ilm/apis/stop.asciidoc index 604907f31bb..66024b77373 100644 --- a/x-pack/docs/en/ilm/apis/stop.asciidoc +++ b/x-pack/docs/en/ilm/apis/stop.asciidoc @@ -88,3 +88,14 @@ If the request does not encounter errors, you receive the following result: -------------------------------------------------- // CONSOLE // TESTRESPONSE + +////////////////////////// + +[source,js] +-------------------------------------------------- +POST _ilm/start +-------------------------------------------------- +// CONSOLE +// TEST[continued] + +//////////////////////////