Old logs not showing on GUI (after disk space issue resolved)

Hi all,

I’ve just resolved an issue that caused due to lack of disk space on my Graylog server ("blocked by: [FORBIDDEN/12/index read-only).
Using previous posts, I’ve managed to solve it using the following command:
curl -XPUT -H “Content-Type: application/json” http://localhost:9200/_all/_settings -d ‘{“index.blocks.read_only_allow_delete”: null}’

Now the new logs from the last few minutes are being shown, but the older logs are still not showing up.

Is there any way of making the older logs to appear on the web GUI? those which hasn’t shown up due to lack of disk space.

Thank you all for your time and help!
Ofer.

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