Adding shards and setting defaults for time
Original commit: elastic/x-pack-elasticsearch@a7b9241b35
This commit is contained in:
parent
2b7c366939
commit
e95956bf22
|
@ -205,6 +205,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"marvel_shards": {
|
||||||
|
"properties": {
|
||||||
|
"shard": {
|
||||||
|
"type": "object"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"marvel_index_recovery": {
|
"marvel_index_recovery": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"shards": {
|
"shards": {
|
||||||
|
|
Loading…
Reference in New Issue