瀏覽代碼

Fixed typo in index rollover docs

Closes #20935
Clinton Gormley 9 年之前
父節點
當前提交
43ad8de75b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/indices/rollover-index.asciidoc

+ 1 - 1
docs/reference/indices/rollover-index.asciidoc

@@ -34,7 +34,7 @@ POST /logs_write/_rollover <2>
 // TEST[s/# Add > 1000 documents to logs-000001/POST _reindex?refresh\n{"source":{"index":"twitter"},"dest":{"index":"logs-000001"}}/]
 <1> Creates an index called `logs-0000001` with the alias `logs_write`.
 <2> If the index pointed to by `logs_write` was created 7 or more days ago, or
-    contains 1,000 or more documents, then the `logs-0002` index is created
+    contains 1,000 or more documents, then the `logs-000002` index is created
     and the `logs_write` alias is updated to point to `logs-000002`.
 
 The above request might return the following response: