ソースを参照

[DOCS] Minor rewording (#66744)

James Rodewig 4 年 前
コミット
c24f9e125b
1 ファイル変更3 行追加3 行削除
  1. 3 3
      docs/reference/rollup/apis/rollup-api.asciidoc

+ 3 - 3
docs/reference/rollup/apis/rollup-api.asciidoc

@@ -103,8 +103,8 @@ Time interval used to group documents. For differences between
 +
 TIP: Choose this value carefully. You won't be able to use a smaller interval
 later. For example, you can't aggregate daily rollups into hourly
-summaries. However, smaller time intervals can greatly increase the size of your
-`<rollup-index>`.
+summaries. However, smaller time intervals can greatly increase the size of the
+resulting rollup index.
 
 `time_zone`::
 (Optional, string)
@@ -146,7 +146,7 @@ Array of <<keyword,keyword family>> and <<number,numeric>> fields to store. If
 you specify a `terms` object, this property is required.
 +
 TIP: Avoid storing high-cardinality fields. High-cardinality fields can greatly
-increase the size of your `<rollup-index>`.
+increase the size of the resulting rollup index.
 =====
 ====