Cluster is in red

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Cluster is in red

Post by bosecorp »

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
}
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Cluster is in red

Post by scottwilkerson »

How much disk space do you have available on each of your nodes?

Code: Select all

df -h
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Re: Cluster is in red

Post by bosecorp »

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
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Cluster is in red

Post by Box293 »

Not having enough memory on the nodes is a common cause.

What is the output of this command on all of your nodes?:

Code: Select all

free -m
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Re: Cluster is in red

Post by bosecorp »

this is fix, please close the ticket
Locked