Fixed rollover docs test for date math indices

This commit is contained in:
Clinton Gormley 2016-11-03 13:48:27 +01:00
parent 1fb8723323
commit ef2453360e
1 changed files with 1 additions and 1 deletions

View File

@ -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