From 6747c017fb8fd65303127706b60e85ca9f5644cb Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Wed, 6 Oct 2021 13:54:28 -0400 Subject: [PATCH] [DOCS] Add prod warning to composite agg (#78723) (#78779) 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> Co-authored-by: Stef Nestor --- .../aggregations/bucket/composite-aggregation.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference/aggregations/bucket/composite-aggregation.asciidoc b/docs/reference/aggregations/bucket/composite-aggregation.asciidoc index 60e26096a7cf0..e74c4904ccdb1 100644 --- a/docs/reference/aggregations/bucket/composite-aggregation.asciidoc +++ b/docs/reference/aggregations/bucket/composite-aggregation.asciidoc @@ -4,6 +4,9 @@ Composite ++++ +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`