浏览代码

[DOCS] Links transforms in aggregation docs (#52563)

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
István Zoltán Szabó 5 年之前
父节点
当前提交
14555ca01e
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      docs/reference/aggregations/misc.asciidoc

+ 9 - 0
docs/reference/aggregations/misc.asciidoc

@@ -167,3 +167,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}
+ 
+<<transforms,{transforms-cap}>> 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.