maybe you're indexing some unnecessary fields? try to disable less needed
data, you can also strip them off with pipelines before they get processed
further, also I heard that BTRFS with compression enabled works nice with
ES,
W dniu poniedziałek, 12 września 2016 16:56:36 UTC+2 użytkownik Rômu
Hi Rômullo,
Graylog (and Elasticsearch) are indexing all log messages you're sending to
them and create many secondary data structures, such as a inverted index,
for features like full-text search. These secondary data structures of
course need a certain amount of disk space and memory.
If you