logstash-plugins / logstash-input-tcp

Apache License 2.0
35 stars 75 forks source link

Plugin stopped automatically switching from json to json_lines codec #147

Open newtonne opened 4 years ago

newtonne commented 4 years ago

Please post all product and debugging questions on our forum. Your questions will reach our wider community members there, and if we confirm that there is a bug, then we can open a new issue here.

For all general issues, please provide the following details for fast resolution:

  1. In the logs, there will be a message similar to:

[2019-10-30T14:45:38,638][INFO ][logstash.inputs.tcp ] Automatically switching from json to json_lines codec {:plugin=>"tcp"}

  1. Start the same pipeline in 7.4.1, there will be no such message since this automatic switching no longer seems to be happening.

I couldn't find this documented as a breaking change anywhere, but I believe it ought to be.