Skip to content

The pipeline and workers stop permanently when there is no more space on the output path #91

@leludo84

Description

@leludo84

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions