OpenSearch/x-pack/docs/en/rollup
Zachary Tong b7f07f03ed
[Rollup] Use composite's missing_bucket (#31402)
We can leverage the composite agg's new `missing_bucket` feature on
terms groupings.  This means the aggregation criteria used in the indexer
will now return null buckets for missing keys.  

Because all buckets are now returned (even if a key is null),
we can guarantee correct doc counts with
"combined" jobs (where a job rolls up multiple schemas).  This was
previously impossible since composite would ignore documents that
didn't have _all_ the keys, meaning non-overlapping schemas would
cause composite to return no buckets.

Note: date_histo does not use `missing_bucket`, since a timestamp is
always required.

The docs have been adjusted to recommend a single, combined job.  It
also makes reference to the previous issue to help users that are upgrading
(rather than just deleting the sections).
2018-07-13 10:07:42 -04:00
..
api-quickref.asciidoc [Docs] Fix typo in the Rollup API Quick Reference (#31855) 2018-07-09 12:51:57 +02:00
index.asciidoc [Docs] All Rollup docs experimental, agg limitations, clarify DeleteJob (#31299) 2018-06-13 15:42:20 -04:00
overview.asciidoc [Docs] All Rollup docs experimental, agg limitations, clarify DeleteJob (#31299) 2018-06-13 15:42:20 -04:00
rollup-agg-limitations.asciidoc [Docs] All Rollup docs experimental, agg limitations, clarify DeleteJob (#31299) 2018-06-13 15:42:20 -04:00
rollup-getting-started.asciidoc [Docs] All Rollup docs experimental, agg limitations, clarify DeleteJob (#31299) 2018-06-13 15:42:20 -04:00
rollup-search-limitations.asciidoc [Docs] All Rollup docs experimental, agg limitations, clarify DeleteJob (#31299) 2018-06-13 15:42:20 -04:00
understanding-groups.asciidoc [Rollup] Use composite's missing_bucket (#31402) 2018-07-13 10:07:42 -04:00