Fixing recovery indexer

Original commit: elastic/x-pack-elasticsearch@d045a4a805
This commit is contained in:
Chris Cowan 2015-11-03 13:44:00 -07:00
parent 1a65258000
commit 13ee16c1d5
1 changed files with 6 additions and 2 deletions

View File

@ -220,6 +220,8 @@
} }
} }
}, },
"index_recovery": {
"properties": {
"index_recovery": { "index_recovery": {
"properties": { "properties": {
"shards": { "shards": {
@ -228,4 +230,6 @@
} }
} }
} }
}
}
} }