Skip to content

OOM when using the json_lines codec #210

Open
@colinsurprenant

Description

@colinsurprenant

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}}'

Metadata

Metadata

Assignees

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