Remove index.routing.allocation.include setting

Hello,

I've made a typo when setting shard allocation include setting.

There's nothing about that in docs:

I was thinking that the property was named «zone» but it's «node_zone»...

{
"index": {
"routing": {
"allocation": {
"include": {
"zone": "CSL",
"node_zone": "CSL"
}
}
},
}

Event with this error, the shards are currently being moved.
Is it due to the fact that "zone" property doesn't exists?

We're running 2.4.0.

Thanks
Bruno Lavoie

Hello,

Also, why is relocation not subject to cluster_concurrent_rebalance setting?

I changed the relocation for a bunch of indexes, and it's all happening at the same time... Would be nice to be limited bay concurrent rebalance setting...

Am I missing something?

Thanks
Bruno Lavoie