Configure aggregation of the resulting stream(s). If omitted, default is used.

interface AggregationConfigModel {
    base2_exponential_bucket_histogram?: Base2ExponentialBucketHistogramAggregation;
    default?: DefaultAggregation;
    drop?: DropAggregation;
    explicit_bucket_histogram?: ExplicitBucketHistogramAggregation;
    last_value?: LastValueAggregation;
    sum?: SumAggregation;
}

Properties

base2_exponential_bucket_histogram?: Base2ExponentialBucketHistogramAggregation
default?: DefaultAggregation
drop?: DropAggregation
explicit_bucket_histogram?: ExplicitBucketHistogramAggregation
last_value?: LastValueAggregation
sum?: SumAggregation