After 16kb input, a line break is inserted into the messages due to a buffer limit: per @jakelandis: > It is the stdin which uses a 2^14 buffer [here](https://github.com/logstash-plugins/logstash-input-stdin/blob/master/lib/logstash/inputs/stdin.rb#L17). This problem makes it difficult to use STDIN as a "read files and exit logstash" use case.