TCP - "invalid byte sequence in UTF-8"
Description
Attachments
1
Gliffy Diagrams
Activity
Show:

Mohammad Ali Alfarra October 9, 2013 at 4:18 AM
I resolve it because this is same as

Mohammad Ali Alfarra October 9, 2013 at 4:17 AM
Yes, it's the same issue.
Thanks Laurent.

Laurent October 8, 2013 at 10:49 AM
related to you think ?
I'm using Logstash with UDP with rsyslog as forwarder, but because rsyslog doesn't support queue for UDP protocol, So I decide to switch over to TCP.
I configure tcp as following:
tcp {
port => 5141
}
it's working fine, I use telnet to check there is no network problem as:
$ telnet 192.168.1.211 5141
Trying 192.168.1.211...
Connected to 192.168.1.211.
Escape character is '^]'.
but accidentally I press 'Ctrl+c' it's appear on the screen "^C" if I hit 'Enter', the Logstash stop processing and appear attached logs.
Is any way to avoid this?
Is any way to just ignore any understand logs, instead of stuck in looping to process it?
Thanks in advance.
Mhd-Ali