[DOCS] Remove redundant batch_span and period from job config

Original commit: elastic/x-pack-elasticsearch@95e162eaa9
This commit is contained in:
lcawley 2017-04-11 09:33:15 -07:00
parent 4f34af20ba
commit a0771019a5
1 changed files with 0 additions and 12 deletions

View File

@ -45,13 +45,6 @@ A job resource has the following properties:
An analysis configuration object has the following properties:
`batch_span`::
(+unsigned integer+) The interval into which to batch seasonal data, measured in seconds.
This is an advanced option which is usually left as the default value.
////
Requires `period` to be specified
////
`bucket_span` (required)::
(+unsigned integer+) The size of the interval that the analysis is aggregated into, measured in seconds.
The default value is 300 seconds (5 minutes).
@ -106,11 +99,6 @@ NOTE: To use the `multivariate_by_fields` property, you must also specify `by_fi
(+boolean+) If set to `true`, an additional analysis occurs that runs out of phase by half a bucket length.
This requires more system resources and enhances detection of anomalies that span bucket boundaries.
`period`::
(+unsigned integer+) The repeat interval for periodic data in multiples of `batch_span`.
If this property is not specified, daily and weekly periodicity are automatically determined.
This is an advanced option which is usually left as the default value.
`summary_count_field_name`::
(+string+) If not null, the data fed to the job is expected to be pre-summarized.
This property value is the name of the field that contains the count of raw data points that have been summarized.