Aggregation options
editAggregation options
edit[preview] This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
Aggregations summarize your data to make it easier to analyze. In some alerting rules, you can specify aggregations to gather data for the rule.
The following aggregations are available in some rules:
Aggregation | Description |
---|---|
Average |
Average value of a numeric field. |
Cardinality |
Approximate number of unique values in a field. |
Document count |
Number of documents in the selected dataset. |
Max |
Highest value of a numeric field. |
Min |
Lowest value of a numeric field. |
Percentile |
Numeric value which represents the point at which n% of all values in the selected dataset are lower (choices are 95th or 99th). |
Rate |
Rate at which a specific field changes over time. To learn about how the rate is calculated, refer to Rate aggregation. |
Sum |
Total of a numeric field in the selected dataset. |