From 90e327032e31737779cd498a7f03e757fd89d545 Mon Sep 17 00:00:00 2001 From: Dimitris Athanasiou Date: Tue, 10 Oct 2017 12:51:12 +0100 Subject: [PATCH] [ML][DOCS] Fix bucket_span type in results resources (elastic/x-pack-elasticsearch#2714) Original commit: elastic/x-pack-elasticsearch@af24bde71ff885d25809498343347f0accb2627f --- docs/en/rest-api/ml/resultsresource.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/rest-api/ml/resultsresource.asciidoc b/docs/en/rest-api/ml/resultsresource.asciidoc index d978b37a91b..34f6bb1625c 100644 --- a/docs/en/rest-api/ml/resultsresource.asciidoc +++ b/docs/en/rest-api/ml/resultsresource.asciidoc @@ -75,7 +75,7 @@ A bucket resource has the following properties: For more information, see <>. `bucket_span`:: - (time units) The length of the bucket. + (number) The length of the bucket in seconds. This value matches the `bucket_span` that is specified in the job. `event_count`:: @@ -133,7 +133,7 @@ An bucket influencer object has the following properties: influencer. This score might be updated as newer data is analyzed. `bucket_span`:: - (time units) The length of the bucket. This value matches the `bucket_span` + (number) The length of the bucket in seconds. This value matches the `bucket_span` that is specified in the job. `initial_anomaly_score`:: @@ -199,7 +199,7 @@ records that contain the influencer. An influencer object has the following properties: `bucket_span`:: - (time units) The length of the bucket. This value matches the `bucket_span` + (number) The length of the bucket in seconds. This value matches the `bucket_span` that is specified in the job. `influencer_score`:: @@ -276,7 +276,7 @@ A record object has the following properties: (array) The actual value for the bucket. `bucket_span`:: - (time units) The length of the bucket. + (number) The length of the bucket in seconds. This value matches the `bucket_span` that is specified in the job. `by_field_name`::