Class GetOverallBucketsAction

java.lang.Object
org.elasticsearch.action.ActionType<GetOverallBucketsAction.Response>
org.elasticsearch.xpack.core.ml.action.GetOverallBucketsAction

public class GetOverallBucketsAction extends ActionType<GetOverallBucketsAction.Response>

This action returns summarized bucket results over multiple jobs. Overall buckets have the span of the largest job's bucket_span. Their score is calculated by finding the max anomaly score per job and then averaging the top N.

Overall buckets can be optionally aggregated into larger intervals by setting the bucket_span parameter. When that is the case, the overall_score is the max of the overall buckets that are within the interval.