Overview of Elasticsearch Aggregation Use Cases
masterThe bboss aggregation documentation provides patterns for three primary types of aggregation scenarios:
- Multi-level Aggregations: Calculating total visits, successful visits, and failed visits within a specific time range per application, combined with response time bucket statistics (e.g., <1s, 1-3s, 3-5s, >5s).
- Simple Term Aggregations: Basic term-based statistics.
- Cardinality Aggregations: Estimating the count of unique values.