Logstash crashes when ES isn't available

@CasMeiron

Looking at that issue, I suspect the problem you are having with the pq may be the value of the max_bytes setting. It is set to 1024, which translates to a maximum queue size of 1024 bytes. Try increasing it to something higher - the default value is 1024mb

1 Like