瀏覽代碼

[DOCS] Fixes bulleted list in ML aggregations (#75806)

Lisa Cawley 4 年之前
父節點
當前提交
c1ba949aee
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      docs/reference/ml/anomaly-detection/ml-configuring-aggregations.asciidoc

+ 2 - 1
docs/reference/ml/anomaly-detection/ml-configuring-aggregations.asciidoc

@@ -425,10 +425,11 @@ When using a `composite` aggregation:
 // NOTCONSOLE
 // NOTCONSOLE
 
 
 The top level aggregation must be exclusively one of the following:
 The top level aggregation must be exclusively one of the following:
+
 *  A {ref}/search-aggregations-bucket.html[bucket aggregation] containing a single
 *  A {ref}/search-aggregations-bucket.html[bucket aggregation] containing a single
 sub-aggregation that is a `date_histogram`
 sub-aggregation that is a `date_histogram`
 *  A top level 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
 There must be exactly one `date_histogram`, `composite` aggregation. For more information, see
 {ref}/search-aggregations-bucket-datehistogram-aggregation.html[Date histogram aggregation] and
 {ref}/search-aggregations-bucket-datehistogram-aggregation.html[Date histogram aggregation] and