[ML][DOCS] Fix bucket_span type in results resources (elastic/x-pack-elasticsearch#2714)

Original commit: elastic/x-pack-elasticsearch@af24bde71f
This commit is contained in:
Dimitris Athanasiou 2017-10-10 12:51:12 +01:00 committed by GitHub
parent 1ed4be1471
commit 90e327032e
1 changed files with 4 additions and 4 deletions

View File

@ -75,7 +75,7 @@ A bucket resource has the following properties:
For more information, see <<ml-results-bucket-influencers,Bucket Influencers>>.
`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`::