Fixing recovery indexer
Original commit: elastic/x-pack-elasticsearch@d045a4a805
This commit is contained in:
parent
1a65258000
commit
13ee16c1d5
|
@ -222,8 +222,12 @@
|
||||||
},
|
},
|
||||||
"index_recovery": {
|
"index_recovery": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"shards": {
|
"index_recovery": {
|
||||||
"type": "object"
|
"properties": {
|
||||||
|
"shards": {
|
||||||
|
"type": "object"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue