OpenSearch/qa/smoke-test-ml-with-security
Dimitris Athanasiou 5eea355b33 [ML] Add overall buckets api (elastic/x-pack-elasticsearch#2713)
Adds the GET overall_buckets API.

The REST end point is: GET
/_xpack/ml/anomaly_detectors/job_id/results/overall_buckets

The API returns overall bucket results. An overall bucket
is a summarized bucket result over multiple jobs.
It has the `bucket_span` of the longest job's `bucket_span`.
It also has an `overall_score` that is the `top_n` average of the
max anomaly scores per job.

relates elastic/x-pack-elasticsearch#2693

Original commit: elastic/x-pack-elasticsearch@ba6061482d
2017-10-10 14:41:24 +01:00
..
src/test/java/org/elasticsearch/smoketest [TEST] Improve ML security tests (elastic/x-pack-elasticsearch#2417) 2017-09-05 10:49:41 +01:00
build.gradle [ML] Add overall buckets api (elastic/x-pack-elasticsearch#2713) 2017-10-10 14:41:24 +01:00
roles.yml [TEST] Improve ML security tests (elastic/x-pack-elasticsearch#2417) 2017-09-05 10:49:41 +01:00