From af2b2ca542e69dd182aeff0f730abb4c762d70d0 Mon Sep 17 00:00:00 2001 From: lcawley Date: Tue, 19 Sep 2017 08:47:23 -0700 Subject: [PATCH] [DOCS] Add random default datafeed query delay Original commit: elastic/x-pack-elasticsearch@d886f09192dccdcc634cf1625afb6b9a48f6cbe0 --- docs/en/rest-api/ml/datafeedresource.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en/rest-api/ml/datafeedresource.asciidoc b/docs/en/rest-api/ml/datafeedresource.asciidoc index 21712e748e2..837fe6df634 100644 --- a/docs/en/rest-api/ml/datafeedresource.asciidoc +++ b/docs/en/rest-api/ml/datafeedresource.asciidoc @@ -41,7 +41,9 @@ A {dfeed} resource has the following properties: `query_delay`:: (time units) The number of seconds behind real time that data is queried. For example, if data from 10:04 a.m. might not be searchable in {es} until - 10:06 a.m., set this property to 120 seconds. The default value is `60s`. + 10:06 a.m., set this property to 120 seconds. The default value is randomly + selected between `60s` and `120s`. This randomness improves the query + performance when there are multiple jobs running on the same node. `script_fields`:: (object) Specifies scripts that evaluate custom expressions and returns