Manually purge data from Graylog 2.1 Rumi, March 1, 2021March 1, 2021 First aid: check which indices are present: curl http://localhost:9200/_cat/indices Then delete the oldest indices (you should not delete all) curl -XDELETE http://localhost:9200/graylog_1 curl -XDELETE http://localhost:9200/graylog_2 curl -XDELETE http://localhost:9200/graylog_3 Fix: You can then reduce the parameter elasticsearch_max_number_of_indices in /etc/graylog/server/server.conf to a value that fits your disk. Src: https://stackoverflow.com/questions/39502069/how-to-manually-purge-data-from-graylog-2-1 Administrations GraylogGreylog