Browse Source

[DOCS] Add prod warning to composite agg (#78723)

The composite aggregation is considered expensive. Users should perform load testing before deploying it in production.

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
Stef Nestor 4 years ago
parent
commit
ddc1a0df28
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/reference/aggregations/bucket/composite-aggregation.asciidoc

+ 3 - 0
docs/reference/aggregations/bucket/composite-aggregation.asciidoc

@@ -4,6 +4,9 @@
 <titleabbrev>Composite</titleabbrev>
 ++++
 
+WARNING: The composite aggregation is expensive. Load test your application
+before deploying a composite aggregation in production.
+
 A multi-bucket aggregation that creates composite buckets from different sources.
 
 Unlike the other `multi-bucket` aggregations, you can use the `composite`