-
Notifications
You must be signed in to change notification settings - Fork 75
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
I can only receive data when the Socket connection is broken. #136
Comments
Seeing a similar issue with:
[2019-01-11T15:52:25,337][ERROR][logstash.inputs.tcp ] Error in Netty pipeline: java.io.IOException: Connection reset by peer |
Hi folks, can you try updating the tcp plugin to 5.2.2 ? #142 should fix this |
Hi, I am also experiencing the same issue as @tzqtzq on version 6.0.6 of the tcp plugin. Any solutions here?
|
Hmm nevermind, after poking around a bit and reading this issue, appending |
input {
tcp{
host => "XX.XXX.XXX.XX"
port => "514"
codec => plain{
charset=> "UTF-8"
}
}
}
output {
stdout {codec => rubydebug}
}
When I use TelnetClient to write data to port 514 or re-acquire each socket to see the data in the console, if I always use a Socket, the logstah console will not output the content unless I break the write process. The data will be output. Logstash-input-tpc How to handle the data in a long connection is a message in logstash
The text was updated successfully, but these errors were encountered: