Skip to content

Commit

Permalink
[DOCS] Fixes bulleted list in ML aggregations (#75806) (#75808)
Browse files Browse the repository at this point in the history
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
  • Loading branch information
elasticsearchmachine and lcawl committed Jul 28, 2021
1 parent fb135d4 commit c485559
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -425,10 +425,11 @@ When using a `composite` aggregation:
// NOTCONSOLE

The top level aggregation must be exclusively one of the following:

* A {ref}/search-aggregations-bucket.html[bucket aggregation] containing a single
sub-aggregation that is a `date_histogram`
* A top level aggregation that is a `date_histogram`
* A top level aggregation is a `composite` aggregation.
* A top level aggregation is a `composite` aggregation

There must be exactly one `date_histogram`, `composite` aggregation. For more information, see
{ref}/search-aggregations-bucket-datehistogram-aggregation.html[Date histogram aggregation] and
Expand Down

0 comments on commit c485559

Please sign in to comment.