Hi,
i launched the command, here's the output:
{
"acknowledged": true,
"explanations": [
{
"command": "allocate",
"decisions": [
{
"decider": "filter",
"decision": "YES",
"explanation": "node passes include/exclude/require filters"
},
{
"decider": "enable",
"decision": "YES",
"explanation": "allocation disabling is ignored"
},
{
"decider": "shards_limit",
"decision": "YES",
"explanation": "total shard limit disabled: [index: -1, cluster: -1] <= 0"
},
{
"decider": "same_shard",
"decision": "YES",
"explanation": "shard is not allocated to same node or host"
},
{
"decider": "awareness",
"decision": "YES",
"explanation": "no allocation awareness enabled"
},
{
"decider": "disable",
"decision": "YES",
"explanation": "allocation disabling is ignored"
},
{
"decider": "node_version",
"decision": "YES",
"explanation": "target node version [2.3.3] is same or newer than source node version [2.3.3]"
},
{
"decider": "disk_threshold",
"decision": "YES",
"explanation": "enough disk for shard on node, free: [22.4gb]"
},
{
"decider": "throttling",
"decision": "YES",
"explanation": "below shard recovery limit of [2]"
},
{
"decider": "replica_after_primary_active",
"decision": "YES",
"explanation": "primary is already active"
},
{
"decider": "snapshot_in_progress",
"decision": "YES",
"explanation": "shard not primary or relocation disabled"
}
],
"parameters": {
"allow_primary": false,
"index": "winlogbeat-2016.07.01",
"node": "ith-grs-sec-centos03",
"shard": 1
}
}
],
"state": {
"blocks": {},
"master_node": "KMqX1LEhR1ubRj5ixdiFLw",
"nodes": {
"KMqX1LEhR1ubRj5ixdiFLw": {
"attributes": {
"master": "true",
"rack": "ith-grs-sec-centos08"
},
"name": "ith-grs-sec-centos08",
"transport_address": "10.200.144.25:9300"
},
"W4MbeuAOTC-UbLovyqi4QA": {
"attributes": {
"master": "true",
"rack": "ith-grs-sec-centos03"
},
"name": "ith-grs-sec-centos03",
"transport_address": "10.200.144.23:9300"
},
"j017l3miS6iLYlD4fLyHng": {
"attributes": {
"master": "true",
"rack": "ith-grs-sec-centos04"
},
"name": "ith-grs-sec-centos04",
"transport_address": "10.200.144.27:9300"
}
},
"routing_nodes": {
then there's info on all of my nodes and shards, i removed this information because repetitive and the output was very very big, the info on all unassigned replicas is:
{
"index": "winlogbeat-2016.07.01",
"node": null,
"primary": false,
"relocating_node": null,
"shard": 2,
"state": "UNASSIGNED",
"unassigned_info": {
"at": "2016-07-01T15:03:18.945Z",
"reason": "REPLICA_ADDED"
},
"version": 14
},
after the command the shard was allocated.
If you need more info or the complete output let me know