We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e18864 commit fe0c99eCopy full SHA for fe0c99e
docs/reference/indices/rollover-index.asciidoc
@@ -34,7 +34,7 @@ POST /logs_write/_rollover <2>
34
// TEST[s/# Add > 1000 documents to logs-000001/POST _reindex?refresh\n{"source":{"index":"twitter"},"dest":{"index":"logs-000001"}}/]
35
<1> Creates an index called `logs-0000001` with the alias `logs_write`.
36
<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
+ contains 1,000 or more documents, then the `logs-000002` index is created
38
and the `logs_write` alias is updated to point to `logs-000002`.
39
40
The above request might return the following response:
0 commit comments