[DOCS] Add link to ML aggregations page
Original commit: elastic/x-pack-elasticsearch@9137522f9a
This commit is contained in:
parent
a27ded98c6
commit
f90cfa9afb
|
@ -44,11 +44,8 @@ When you use `summary_count_field_name`, the {ml} features expect the input
|
||||||
data to be pre-aggregated. The value of the `summary_count_field_name` field
|
data to be pre-aggregated. The value of the `summary_count_field_name` field
|
||||||
must contain the count of raw events that were summarized. In {kib}, use the
|
must contain the count of raw events that were summarized. In {kib}, use the
|
||||||
**summary_count_field_name** in advanced jobs. Analyzing aggregated input data
|
**summary_count_field_name** in advanced jobs. Analyzing aggregated input data
|
||||||
provides a significant boost in performance.
|
provides a significant boost in performance. For more information, see
|
||||||
|
<<ml-configuring-aggregation>>.
|
||||||
////
|
|
||||||
TODO: Add link to aggregations topic when it is available.
|
|
||||||
////
|
|
||||||
|
|
||||||
If your data is sparse, there may be gaps in the data which means you might have
|
If your data is sparse, there may be gaps in the data which means you might have
|
||||||
empty buckets. You might want to treat these as anomalies or you might want these
|
empty buckets. You might want to treat these as anomalies or you might want these
|
||||||
|
|
Loading…
Reference in New Issue