The `json_lines` codec used in the `file` input crashes logstash with an OOM. To reproduce: ``` bin/logstash -e 'input{file{codec => json_lines path => "/path/to/bigfile.json" start_position => "beginning"}} output {stdout{codec => dots}}' ```
The
json_linescodec used in thefileinput crashes logstash with an OOM.To reproduce: