I get \xC0\t\xC0\b\xC00\xC0/\xC0(\xC0'\xC0\u0014\xC0\u0013\xC0\u0012\u0000\x9D\u0000\x9C\u0000=\u0000<\u00005\u0000/\u0000 as message in Kibana when sending tcp input to logstash from IOS.
My logstash.conf is:
input {
tcp {
port => 5043
codec => json_lines
}
}
We are using https://github.com/justeat/JustLog sending over TCP socket ... and it seems to connect fine but the data gets twisted. Not sure if it is SSL related
I don't know anything about JustLog. You need to figure out how to get it to send data in a format that we at least know what it is. The JustLog documentation didn't offer any details on how it sends the data or how Logstash should be configured so I can't help with that.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.