Hi,
I was wondering if someone could shed some light on the issue im having running logstash (on server) 6.4.1 and filebeat ( on client) 6.4.1. The idea is to send the postgresql information from the client to the server. the issue is that for some reason no data is sending to logstash. i thought it was an ssl issue but i disabled it
This is the error on my filebeat log
Failed to connect to backoff(elasticsearch(http://192.168.115.166:5443)): Get http://192.168.115.166:5443: read tcp 192.168.115.185:36018->192.168.115.166:5443: read: connection reset by peer
this is my logstash filebeat-input.conf
input {
beats {
port => 5443
type => syslog
}
}
from client to server i can telnet and ping
Thank you