I quite often have the problem that Graylog disables streams, showing lines like this in the logs:
ERROR: org.graylog2.streams.StreamFaultManager - Processing of stream <5b716629a7b11b0001c68728> failed to return within 2000ms for more than 3 times. Disabling stream.
From what I understood this could come from too little resources. But my CPU load is only ~4.5 (with 16 cores → which means that only 1/4 of my cores are utilized).
Is there a way that I can make Graylog use all the available resources?
you wrote that you have two Graylog instances on this 16GB host - if you apply each 8GB you have nothing left of your 16GB that are available for the OS.
In addition the garbage collection for this 8GB will take longer than for 2GB. A typical setup should not need more than 2GB of RAM for Graylog. Not speaking having big lookup tables or similar that will boost the need of your RAM.