I am running 3.0.2. My server lvm became full and so my graylog server stopped working. The web page would not even come up because it was on the same lvm that was full. I deleted one really large elasticsearch log file to free up space. Now I can access the webpage but no logs are being shown despite graylog reporting in the GUI that it is receiving messages and the inputs are running.
I want to delete some of my indices to free up space but I don’t understand how to do that or even which ones to delete graylog_0, graylog_1, … graylog_6?
Actually now I can see the logs again. Not sure why. Also why do you say I have unassigned shards. I tried the below command in the link you sent above and I received the below. Not sure if this is saying anything is unassigned though.
graylog ~]# curl -XGET localhost:9200/_cat/shards?h=index,shard,prirep,state,unassigned.reason| grep UNASSIGNED
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 161 100 161 0 0 1354 0 --:–:-- --:–:-- --:–:-- 1364
Also how do I free up space? Can I delete old indices and if so, how do I know which ones are the old ones?
Ahhhh… I see. The image you were looking at I took from the document link in my first post. That isn’t my server. I was using that to compare with what I was seeing on my own server GUI which has far less detail (see below)
I know not to delete the active indice but does it matter which of the others I delete? Is there a way to know which one is the oldest or would that just be graylog_0, graylog_1, etc?