Closed M9k closed 3 years ago
@M9k any luck on this issue?
@M9k any luck on this issue?
No, I also have ~10 more machines with the same configuration, same OS, same sources, etc etc and they all works fine from many months, but this one never worked. I never understood why. I tried to redo the entire VM, change the network adapter type, use another filebeat, copy the configuration from other filebeat, etc etc, but nothing.
What are you trying to send with filebeat? I use it with DHCP files.
i am sending general logs from one machine using filebeat agent to another server that has logstash configure. Somehow logstash is throwing connection reset by peer out of nowhere. I check tcpdump on logstash server. I can see data coming to the server but not accepted by logstash.
connection resets are usually expected and might depend on potential TCP traffic filtering along the wire.
here it seems beats and logstash are on the same network (local: 192.168.10.119:5044, remote: 192.168.10.111:53999
).
I try to remove the SSL, change port, reboot the logstash machine, but the problem is still there. I try to use FileBeat from my pc with the same configuration sending some fake dhcp logs, same crash.
The configuration worked fine for ~10 days, then it stopped working without any edit or upgrade. The same configuration works fine on others machine without any problem.
these all indicate this is an external issue to LS (something to be fixed at the lower layer). maybe a system update run on one of the machines and something network related changed.
anyhow, this was a proper discuss question for the forum, not sure what else to do as this does not seem like a LS bug.
Hi all, I have a problem with a instance of logstash as alredy described here: discuss.elastic.co
Every time it receive a document from filebeat it crash. The Filebeat send the data corectly only the first time, but logstash doesn't elaborate them and just throw the exception, without send them to ElasticSearch. Then filebeat stops sending the data reporting the error of connection reset by the peer in the trasmission. There are nothing between the 2 machine, they are on the same subnet, so no routing or firewall that can block a connection.
In any case winlogbeat (installed on multiple hosts and in the same machine with the filebeat too) keep working without any interruption or problem. I try to remove the SSL, change port, reboot the logstash machine, but the problem is still there. I try to use FileBeat from my pc with the same configuration sending some fake dhcp logs, same crash.
The configuration worked fine for ~10 days, then it stopped working without any edit or upgrade. The same configuration works fine on others machine without any problem.
Can it be a problem of configuration of the network interface in the hypervisor?
This is my filebeat configuration:
And this is the logstash configuration:
The logstash crash is: