You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pipeline and workers stops permanently when there is no more space on the output path with the following exception:
logstash_1 | [2020-11-25T12:31:36,771][ERROR][logstash.javapipeline ][input] Pipeline worker error, the pipeline will be stopped {:pipeline_id=>"input", :error=>"(ENOSPC) No space left on device ....
The expected behaviour should be to block pipeline until the space is freed (no error or exception, only warning message). It's the behaviour of mains outputs plugins on error.
Furthermore, is it possible to design the same concept of "high watermark" present in elasticsearch ? ( ES stop writting from 95% disk usage)
ES version: official docker image logstash:7.9.2
nicolasreich, sarkortrantor, chauchse, ayushmpb95, oxyrox and 3 more