Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin stopped automatically switching from json to json_lines codec #147

Open
newtonne opened this issue Nov 13, 2019 · 0 comments
Open

Comments

@newtonne
Copy link

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:

  • Version: logstash 7.4.1
  • Operating System: Red Hat Enterprise Linux 7.6
  • Steps to Reproduce:
  1. Start the following pipeline in logstash 6.8.3:
input {
  tcp {
    port    => 10525
    codec => "json"
  }
}
output {
  stdout {}
}
  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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant