logstash-plugins / logstash-input-stdin

Apache License 2.0
6 stars 16 forks source link

stdin input plugin: avoid pushing input before it has been completly … #11

Open retoo opened 8 years ago

retoo commented 8 years ago

…read

Should something that we read from sysread() not end with a newline we keep it back until we see the next newline. This mitigates the situation where sysread returns after a certain amount of bytes, regardless if the latest line has terminated.

retoo commented 8 years ago

Elastic search: I based my patch on 2.0.1. If there's interest from your side I'll port it to the latest version.

retoo commented 8 years ago

this solves https://github.com/logstash-plugins/logstash-codec-multiline/issues/37

retoo commented 7 years ago

@karmi I completed the CLA on 28th July, is there a way to retrigger the CLA check?