I am facing an issue with Graylog indices, my server HD got full hence Graylog stopped and I could not access graylog console. Since I first had to free up the disk space I had delete few old indices from Curl command line that is
After this I see the graylog has started however messages were not dumping in any of the indices however I see on the top that messages are being accepted but not sure where are those being stored.
I recall another recent discussion that mentioned ElasticSearch having lots of trouble after its storage space had filled up. Could be that your Elastic instance has gone tits-up.
what is in your Graylog server.log ? If the disk where the Graylog journal is located was full before the journal actually has grown to its max size, the journal is corrupt and you need to delete the message journal.
In that case @jan’s suggestion doesn’t apply. But then I’m also not sure on how to proceed, because as I’ve mentioned: I’ve read threads where ElasticSearch itself gets broken from running out of disk space. I reckon you’d do well to also investigate through ElasticSearch documentation and forums.