[ERROR][org.logstash.beats.BeatsHandler] Exception: not an SSL/TLS record: X

I'm trying to resolve my own topic:

I'm getting following inside of my logstash's log:

[2016-11-05T20:44:42,999][ERROR][org.logstash.beats.BeatsHandler] Exception: not an SSL/TLS record: X

something to do with SSL/TLS? but where? I left all defaults..

Same here. Anyone?
[ERROR][org.logstash.beats.BeatsHandler] Exception: not an SSL/TLS record

after making following change on filebeat:

$ grep ssl.certificate_authorities /etc/filebeat/filebeat.yml 
  ssl.certificate_authorities: ["/etc/pki/tls/certs/logstash-beats.crt"]
$ 

that error went away for me

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.