Cluster is in red at the moment
# curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'
{
"cluster_name" : "be1634c9-ce99-4b4c-b458-1449ec38cbf8",
"status" : "red",
"timed_out" : false,
"number_of_nodes" : 4,
"number_of_data_nodes" : 4,
"active_primary_shards" : 391,
"active_shards" : 391,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 401,
"number_of_pending_tasks" : 0,
"number_of_in_flight_fetch" : 0
}
Cluster is in red
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Cluster is in red
How much disk space do you have available on each of your nodes?
Code: Select all
df -hRe: Cluster is in red
I was able to fix by deleting some of the indexes. the space was not an issue.
this is becoming a very common problem. I am not sure why
this is becoming a very common problem. I am not sure why
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Cluster is in red
Not having enough memory on the nodes is a common cause.
What is the output of this command on all of your nodes?:
What is the output of this command on all of your nodes?:
Code: Select all
free -mAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Cluster is in red
this is fix, please close the ticket