OpenSearch/docs/en
Dimitris Athanasiou c7e94b3b4c [ML] Enable overall buckets aggregation at a custom bucket span (elastic/x-pack-elasticsearch#2782)
For the purpose of getting this API consumed by our UI, returning
overall buckets that match the job's largest `bucket_span` can
result in too much data. The UI only ever displays a few buckets
in the swimlane. Their span depends on the time range selected and
the screen resolution, but it will only ever be a relatively
low number.

This PR adds the ability to aggregate overall buckets in a user
specified `bucket_span`. That `bucket_span` may be equal or
greater to the largest job's `bucket_span`. The `overall_score`
of the result overall buckets is the max score of the
corresponding overall buckets with a span equal to the job's
largest `bucket_span`.

The implementation is now chunking the bucket requests
as otherwise the aggregation would fail when too many buckets
are matching.

Original commit: elastic/x-pack-elasticsearch@981f7a40e5
2017-10-27 11:14:13 +01:00
..
commands [DOCS] Added setup-passwords command parameters (elastic/x-pack-elasticsearch#2735) 2017-10-26 08:28:32 -07:00
ml [DOCS] Removed ML GA limitation (elastic/x-pack-elasticsearch#2751) 2017-10-13 16:52:40 +01:00
release-notes [DOCS] Renamed X-Pack release notes 2017-09-28 18:30:25 -07:00
rest-api [ML] Enable overall buckets aggregation at a custom bucket span (elastic/x-pack-elasticsearch#2782) 2017-10-27 11:14:13 +01:00
security [DOCS] Reformatted security troubleshooting pages (elastic/x-pack-elasticsearch#2799) 2017-10-26 13:56:57 -07:00
settings [DOCS] Added xpack.watcher.history.cleaner_service_enabled 2017-10-25 16:35:20 -07:00
watcher Docs: Change port to be an integer in htttp input docs 2017-10-19 13:53:24 +02:00
index.asciidoc [DOCS] Renamed X-Pack release notes 2017-09-28 18:30:25 -07:00
installing-xes.asciidoc [DOCS] Added SSL settings to X-Pack installation (elastic/x-pack-elasticsearch#2733) 2017-10-24 08:34:07 -07:00
node.asciidoc [DOCS] Create X-Pack installation and introduction for Elasticsearch Ref (elastic/x-pack-elasticsearch#1698) 2017-06-19 18:01:52 -07:00
setup-xclient.asciidoc [DOCS] Fixed broken link to java transport client 2017-10-12 14:29:20 +01:00
setup-xes.asciidoc [DOCS] Added transport client info for X-Pack (elastic/x-pack-elasticsearch#2737) 2017-10-12 13:18:44 +01:00