Hi folks,
when I try to send logs from filebeat via
output.logstash:
hosts: ["logstash-service:5044"]
to my logtash pod with:
input {
beats {
port => 5044
}
}
without any security settings for now.
I have only errors like: Invalid version of beats protocol
in my logstash pod. Filebeat logs that connection was reset by peer.
Do you have an Idea why it doesn't work?
I have found some topics here in forums but either they are not answered or the poster end up to recognize that he/she did some misconfiguration.