Storage on NLS Servers reached about 95% this morning and the cluster status turned red. I cleared up some space and now we have more than 10% free space.
I still see status is red and there are 10 Unassigned Shards. More than couple of hours, the shards doesn't seem to be changing.
Any suggestions.
Log Server Cluster Status Red
-
Sampath.Basireddy
- Posts: 252
- Joined: Wed Dec 14, 2016 12:30 pm
Log Server Cluster Status Red
You do not have the required permissions to view the files attached to this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Log Server Cluster Status Red
The default low watermark for shards to be allowed to move is 85% usage.
To override this you would need to set the following in the /usr/local/nagioslogserver/elasticsearch/config/elasticsearch.yml on each node and then restart all nodes on the cluster
https://www.elastic.co/guide/en/elastic ... cator.html
To override this you would need to set the following in the /usr/local/nagioslogserver/elasticsearch/config/elasticsearch.yml on each node and then restart all nodes on the cluster
Code: Select all
cluster.routing.allocation.disk.watermark.low: 95%-
Sampath.Basireddy
- Posts: 252
- Joined: Wed Dec 14, 2016 12:30 pm
Re: Log Server Cluster Status Red
@ scottwilkerson, somehow the cluster health turned green. All looks good now.
You may close this topic please.
Thank You.
You may close this topic please.
Thank You.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Log Server Cluster Status Red
Great, LockingSampath.Basireddy wrote:@ scottwilkerson, somehow the cluster health turned green. All looks good now.
You may close this topic please.
Thank You.