Skip to content

Commit

Permalink
Fixed rollover docs test for date math indices
Browse files Browse the repository at this point in the history
  • Loading branch information
clintongormley committed Nov 3, 2016
1 parent 1ae7406 commit f7ae765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/indices/rollover-index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ POST /logs_write/_rollover <2>
}
--------------------------------------------------
// CONSOLE
// TEST[s/\{now\//{2016.10.31||%2f/]
// TEST[s/now/2016.10.31||/]
<1> Creates an index named with today's date (e.g.) `logs-2016.10.31-1`
<2> Rolls over to a new index with today's date, e.g. `logs-2016.10.31-000002` if run immediately, or `logs-2016.11.01-000002` if run after 24 hours

Expand Down

0 comments on commit f7ae765

Please sign in to comment.