elasticsearch/docs/reference/rest-api
Benjamin Trent fd812d2ada
[Transform] add support for terms agg in transforms (#56696)
This adds support for `terms` and `rare_terms` aggs in transforms. 

The default behavior is that the results are collapsed in the following manner:
`<AGG_NAME>.<BUCKET_NAME>.<SUBAGGS...>...`
Or if no sub aggs exist
`<AGG_NAME>.<BUCKET_NAME>.<_doc_count>`

The mapping is also defined as `flattened` by default. This is to avoid field explosion while still providing (limited) search and aggregation capabilities.
2020-05-15 07:11:46 -04:00
..
common-parms.asciidoc [Transform] add support for terms agg in transforms (#56696) 2020-05-15 07:11:46 -04:00
cron-expressions.asciidoc [DOCS] Extract the cron docs from Watcher docs and add to the API conventions. (#56313) 2020-05-12 15:32:47 -07:00
defs.asciidoc [DOCS] Fine-tunes data frame analytics API docs formatting. (#50799) 2020-01-09 16:21:01 +01:00
index.asciidoc [DOCS] Add clean up snapshot repository API docs (#56519) 2020-05-12 08:56:29 -04:00
info.asciidoc Remove xpack actions for the flattened field. (#53076) 2020-03-04 08:35:03 -08:00
usage.asciidoc Add Normalize Pipeline Aggregation (#56399) 2020-05-14 13:32:42 -07:00