This is the response on the new index. Not sure how to fix it. I think I have some settings incorrect on the cluster, but not sure how to fix.
{
"index" : "packetbeat-7.3.0-000002",
"shard" : 0,
"primary" : true,
"current_state" : "started",
"current_node" : {
"id" : "0j54YASqTNOnOKXpr4Nz5A",
"name" : "INDY-LOGSRV01",
"transport_address" : "10.3.200.45:9300",
"attributes" : {
"ml.machine_memory" : "68718940160",
"xpack.installed" : "true",
"box_type" : "hot",
"ml.max_open_jobs" : "20"
},
"weight_ranking" : 2
},
"can_remain_on_current_node" : "yes",
"can_rebalance_cluster" : "no",
"can_rebalance_cluster_decisions" : [
{
"decider" : "cluster_rebalance",
"decision" : "NO",
"explanation" : "the cluster has unassigned shards and cluster setting [cluster.routing.allocation.allow_rebalance] is set to [indices_all_active]"
}
],
"can_rebalance_to_other_node" : "no",
"rebalance_explanation" : "rebalancing is not allowed, even though there is at least one node on which the shard can be allocated",
"node_allocation_decisions" : [
{
"node_id" : "Xzmh5yzfRhOPwRK0gBiujw",
"node_name" : "INDY-LOGSRV02",
"transport_address" : "10.3.200.46:9300",
"node_attributes" : {
"ml.machine_memory" : "68718940160",
"ml.max_open_jobs" : "20",
"xpack.installed" : "true",
"box_type" : "warm"
},
"node_decision" : "yes",
"weight_ranking" : 1
},
{
"node_id" : "oIyIKckYTAia9O8L8DYFRw",
"node_name" : "INDY-LOGSRV05",
"transport_address" : "10.3.200.49:9300",
"node_attributes" : {
"ml.machine_memory" : "25756258304",
"ml.max_open_jobs" : "20",
"xpack.installed" : "true",
"box_type" : "cold"
},
"node_decision" : "no",
"weight_ranking" : 2,
"deciders" : [
{
"decider" : "same_shard",
"decision" : "NO",
"explanation" : "the shard cannot be allocated to the same node on which a copy of the shard already exists [[packetbeat-7.3.0-000002][0], node[oIyIKckYTAia9O8L8DYFRw], [R], s[STARTED], a[id=6NiJNvZUSkejxBwhbNm0zQ]]"
}
]
}
]
}
This is the 1st index response.
{
"index" : "packetbeat-7.3.0-000001",
"shard" : 0,
"primary" : true,
"current_state" : "started",
"current_node" : {
"id" : "Xzmh5yzfRhOPwRK0gBiujw",
"name" : "INDY-LOGSRV02",
"transport_address" : "10.3.200.46:9300",
"attributes" : {
"ml.machine_memory" : "68718940160",
"ml.max_open_jobs" : "20",
"xpack.installed" : "true",
"box_type" : "warm"
},
"weight_ranking" : 1
},
"can_remain_on_current_node" : "yes",
"can_rebalance_cluster" : "no",
"can_rebalance_cluster_decisions" : [
{
"decider" : "rebalance_only_when_active",
"decision" : "NO",
"explanation" : "rebalancing is not allowed until all replicas in the cluster are active"
},
{
"decider" : "cluster_rebalance",
"decision" : "NO",
"explanation" : "the cluster has unassigned shards and cluster setting [cluster.routing.allocation.allow_rebalance] is set to [indices_all_active]"
}
],
"can_rebalance_to_other_node" : "no",
"rebalance_explanation" : "rebalancing is not allowed",
"node_allocation_decisions" : [
{
"node_id" : "oIyIKckYTAia9O8L8DYFRw",
"node_name" : "INDY-LOGSRV05",
"transport_address" : "10.3.200.49:9300",
"node_attributes" : {
"ml.machine_memory" : "25756258304",
"ml.max_open_jobs" : "20",
"xpack.installed" : "true",
"box_type" : "cold"
},
"node_decision" : "no",
"weight_ranking" : 1,
"deciders" : [
{
"decider" : "filter",
"decision" : "NO",
"explanation" : """node does not match index setting [index.routing.allocation.require] filters [box_type:"warm"]"""
}
]
},
{
"node_id" : "0j54YASqTNOnOKXpr4Nz5A",
"node_name" : "INDY-LOGSRV01",
"transport_address" : "10.3.200.45:9300",
"node_attributes" : {
"ml.machine_memory" : "68718940160",
"xpack.installed" : "true",
"box_type" : "hot",
"ml.max_open_jobs" : "20"
},
"node_decision" : "no",
"weight_ranking" : 2,
"deciders" : [
{
"decider" : "filter",
"decision" : "NO",
"explanation" : """node does not match index setting [index.routing.allocation.require] filters [box_type:"warm"]"""
}
]
}
]
}