Skip to content

Commit fe0c99e

Browse files
Fixed typo in index rollover docs
Closes #20935
1 parent 8e18864 commit fe0c99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/indices/rollover-index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ POST /logs_write/_rollover <2>
3434
// TEST[s/# Add > 1000 documents to logs-000001/POST _reindex?refresh\n{"source":{"index":"twitter"},"dest":{"index":"logs-000001"}}/]
3535
<1> Creates an index called `logs-0000001` with the alias `logs_write`.
3636
<2> If the index pointed to by `logs_write` was created 7 or more days ago, or
37-
contains 1,000 or more documents, then the `logs-0002` index is created
37+
contains 1,000 or more documents, then the `logs-000002` index is created
3838
and the `logs_write` alias is updated to point to `logs-000002`.
3939

4040
The above request might return the following response:

0 commit comments

Comments
 (0)