Skip to content

Commit 21f6feb

Browse files
authored
[DOCS] Adds size parameter details to aggregating data for faster performance page (#93475) (#93481)
(cherry picked from commit 9229011)
1 parent 94ca1cc commit 21f6feb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/reference/ml/anomaly-detection/ml-configuring-aggregations.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ to match. For example, if you use a `max` aggregation on a time field called
3434
descending order. Additional `composite` aggregation value sources are allowed,
3535
such as `terms`.
3636

37+
* The `size` parameter of the non-composite aggregations must match the
38+
cardinality of your data. A greater value of the `size` parameter increases the
39+
memory requirement of the aggregation.
40+
3741
* If you set the `summary_count_field_name` property to a non-null value, the
3842
{anomaly-job} expects to receive aggregated input. The property must be set to
3943
the name of the field that contains the count of raw data points that have been

0 commit comments

Comments
 (0)