Fixed incorrect indentation in the YAML integration test for the "Rollover" API

This commit is contained in:
Karel Minarik 2016-06-23 18:13:52 +02:00
parent a5908a5da5
commit ae8f885ef9
1 changed files with 5 additions and 5 deletions

View File

@ -30,11 +30,11 @@
# perform alias rollover
- do:
indices.rollover:
alias: "logs_search"
body:
conditions:
max_docs: 1
indices.rollover:
alias: "logs_search"
body:
conditions:
max_docs: 1
- match: { old_index: logs-1 }
- match: { new_index: logs-2 }