From b8aefcc1e73a4c331668ea4315020523837ce4f0 Mon Sep 17 00:00:00 2001 From: lcawley Date: Wed, 1 Nov 2017 08:24:53 -0700 Subject: [PATCH] [DOCS] Added testresponse substitution to avoid gradle issues Original commit: elastic/x-pack-elasticsearch@531579a626ddeef610616d175d897c337b6a24d5 --- docs/en/rest-api/ml/put-datafeed.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/rest-api/ml/put-datafeed.asciidoc b/docs/en/rest-api/ml/put-datafeed.asciidoc index 5233d020b3f..4262afe46b9 100644 --- a/docs/en/rest-api/ml/put-datafeed.asciidoc +++ b/docs/en/rest-api/ml/put-datafeed.asciidoc @@ -126,3 +126,4 @@ When the {dfeed} is created, you receive the following results: } ---- //TESTRESPONSE[s/"query_delay": "83474ms"/"query_delay": $body.query_delay/] +//TESTRESPONSE[s/"query.boost": "1.0"/"query.boost": $body.query.boost/]