My active shards percent almost pull and not working graph interface

My index(?) is red… server is working now without problems… but graph is now working and messages are not show in graylog interface…

in trying to command
curl -XPUT ‘localhost:9200/_settings’ -d ’ { “index” : { “number_of_replicas” : 0 } }’
but not working

How to fix the “red” ? I want to show my graylog soon…

This pictures are my config now

To me it looks you are running out of disk for your data:


If the Elastic “feels” the disk to be to full, it will block new writes. Also, you have one unassigned shard. This should fix as there is more space available.

3 Likes

Yes, it looks like the disk is full.

1 Like

Hello. Thank you for your reply. But what am I supposed to do?

hi @spdpl
You should have some more free disk space. This can happen
a) by increasing the size of the disk, or
b) get rid of some old logs.
If you choose b) you can rotate your index sets, the oldest will be deleted and you will have some space again. This will be only a short therm fix, as you have insufficient diskspace for your amount of logs. You can also change your data retention to a shorter period and thus reduce the time you keep the logs.

1 Like

Details about what’s happening in ES here:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.