Json codec vs. json_lines codec for collecting mongoexport output JSON?

You will need a multiline codec to combine all the lines of a single object into a single event. You can then parse it using a json filter.

1 Like