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