Skip to content

Commit

Permalink
Mark the composite aggregation as a beta feature (elastic#28431)
Browse files Browse the repository at this point in the history
The `composite` aggregation should be marked as beta (rather than experimental) in the documentation.
  • Loading branch information
jimczi authored Feb 2, 2018
1 parent 5be478f commit c4e0a84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/reference/aggregations/bucket.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ include::bucket/adjacency-matrix-aggregation.asciidoc[]

include::bucket/children-aggregation.asciidoc[]

include::bucket/composite-aggregation.asciidoc[]

include::bucket/datehistogram-aggregation.asciidoc[]

include::bucket/daterange-aggregation.asciidoc[]
Expand Down Expand Up @@ -57,5 +59,3 @@ include::bucket/significanttext-aggregation.asciidoc[]

include::bucket/terms-aggregation.asciidoc[]

include::bucket/composite-aggregation.asciidoc[]

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[search-aggregations-bucket-composite-aggregation]]
=== Composite Aggregation

experimental[]
beta[]

A multi-bucket aggregation that creates composite buckets from different sources.

Expand Down

0 comments on commit c4e0a84

Please sign in to comment.