-
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
TCP ignores messages without trailing \n v5.6.5 #99
Comments
Codec seems to be lines, even when I try to force it to plain, I wonder it that is related. I see this in debug every time I send a msg using the above.
|
elasticsearch-bot
pushed a commit
that referenced
this issue
Dec 27, 2017
This issue should be resolved as of the commit referenced above and released in v5.0.3 of the TCP input plugin. |
v5.0.3 confirmed to be working correctly in ES 5.6.5, but I had to update Gemfile to allow the input to advance passed v4xx. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suspect this is related to issue #90 and #95 but in moving from logstash 5.4.0 to 5.6.5 we hit this issue, unless a message is newline terminated it seems to get ignored.
The udp input continued to work as before.
Toggle comment on line
#msg = "%s\n"%(msg)
The text was updated successfully, but these errors were encountered: