Hello .. I am getting Elastic search is still initializing the kibana index error while starting kibana. It was working and after few days i am getting this error while restarting elastic kibana. I have gone through similar topics in this forum and still i am unable to solve it
The status of elastic cluster is "RED"
localhost:9200/_cluster/health?pretty output is given below:
{ "cluster_name" "elasticsearch",
"status": "red",
"timed_out" : "false",
"number_of_nodes" : 1,
"number_of_data_nodes":1,
"active_primary_shards" : 2000,
"relocating_shards":0,
"initializing_shards":4,
"unassigned_shards" :3200,
"delayed_unassigned_shards" : 0
How can i fix elastic search status from RED to GREEN with out deleting kibana /elastic data
Your help is much appreciated
Regards
VRR