I'm having some issues with my index where it won't allocate any shards so I can't create an Index Pattern. I've looked into the Stats on the Index Management page, which gets:
"_shards": {
"total": 2,
"successful": 0,
"failed": 0
}
}
I've also started debugging in dev:
"index" : "filebeat-7.14.0-2021.08.24-000001",
"shard" : 0,
"primary" : false,
"current_state" : "unassigned",
"unassigned_info" : {
"reason" : "PRIMARY_FAILED",
"at" : "2021-08-24T11:50:00.607Z",
"details" : "primary failed while replica initializing",
"last_allocation_status" : "no_attempt"
},
"can_allocate" : "no",
"allocate_explanation" : "cannot allocate because allocation is not permitted to any of the nodes",
"node_allocation_decisions" : [
{
"node_id" : "50Eq1WDAQjWVqCHjDyV1jg",
"node_name" : "aegis-es-default-3",
"transport_address" : "10.112.4.13:9300",
"node_attributes" : {
"k8s_node_name" : "gke-elastic-hot-a4cab97d-t91m",
"ml.machine_memory" : "61606215680",
"ml.max_open_jobs" : "512",
"xpack.installed" : "true",
"ml.max_jvm_size" : "2147483648",
"transform.node" : "true"
},
"node_decision" : "no",
"deciders" : [
{
"decider" : "replica_after_primary_active",
"decision" : "NO",
"explanation" : "primary shard for this replica is not yet active"
},
{
"decider" : "throttling",
"decision" : "NO",
"explanation" : "primary shard for this replica is not yet active"
}
]
}
Error: [object Object]: no_shard_available_action_exception: [no_shard_available_action_exception] Reason: No shard available for [org.elasticsearch.action.fieldcaps.FieldCapabilitiesIndexRequest/unset]
at https://localhost:5601/42747/bundles/plugin/data/kibana/data.plugin.js:1:376579
at async index_patterns_IndexPatternsService.refreshFieldSpecMap (https://localhost:5601/42747/bundles/plugin/data/kibana/data.plugin.js:1:529228)
at async index_patterns_IndexPatternsService.initFromSavedObject (https://localhost:5601/42747/bundles/plugin/data/kibana/data.plugin.js:1:532115)
at async index_patterns_IndexPatternsService.createSavedObject (https://localhost:5601/42747/bundles/plugin/data/kibana/data.plugin.js:1:536335)
at async index_patterns_IndexPatternsService.createAndSave (https://localhost:5601/42747/bundles/plugin/data/kibana/data.plugin.js:1:535578)
at async https://localhost:5601/42747/bundles/plugin/indexPatternManagement/kibana/indexPatternManagement.chunk.1.js:1:559076
at async https://localhost:5601/42747/bundles/plugin/indexPatternManagement/kibana/indexPatternManagement.chunk.1.js:1:548920