We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The json_lines codec used in the file input crashes logstash with an OOM.
json_lines
file
To reproduce:
bin/logstash -e 'input{file{codec => json_lines path => "/path/to/bigfile.json" start_position => "beginning"}} output {stdout{codec => dots}}'