Module org.elasticsearch.xcore
Class GetOverallBucketsAction
java.lang.Object
org.elasticsearch.action.ActionType<GetOverallBucketsAction.Response>
org.elasticsearch.xpack.core.ml.action.GetOverallBucketsAction
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Method Summary
-
Field Details
-
INSTANCE
-
NAME
- See Also:
-