From 1d895118ddf2d3d2bf08f47f1ee890af00340e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Fri, 21 Feb 2020 08:22:04 +0100 Subject: [PATCH] [DOCS] Links transforms in aggregation docs (#52563) Co-authored-by: Lisa Cawley --- docs/reference/aggregations/misc.asciidoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/reference/aggregations/misc.asciidoc b/docs/reference/aggregations/misc.asciidoc index 99a19247acf..8d480a05457 100644 --- a/docs/reference/aggregations/misc.asciidoc +++ b/docs/reference/aggregations/misc.asciidoc @@ -168,3 +168,12 @@ request. This is the case for Terms, Significant Terms and Percentiles aggregati also contains information about the type of the targeted field: `lterms` (for a terms aggregation on a Long field), `sigsterms` (for a significant terms aggregation on a String field), `tdigest_percentiles` (for a percentile aggregation based on the TDigest algorithm). + + +[[indexing-aggregation-results]] +== Indexing aggregation results with {transforms} + +<> enable you to convert existing {es} indices +into summarized indices, which provide opportunities for new insights and +analytics. You can use {transforms} to persistently index your aggregation +results into entity-centric indices.