Connection errors with filebeat as agent and logstash source #23012
Replies: 2 comments 7 replies
-
Hi @camilisette, It sounds like a stale TCP connection issue. It's hard to diagnose such issues that arise after long running operations. I would use available debugging tools (see here) to get an overview of Vector's internal metrics around the time the errors start appearing vs the metrics during normal operation. |
Beta Was this translation helpful? Give feedback.
-
Hi, I just wanted to share that we are hitting a similar issue, under a bit different conditions.
In this case, we switched from logstash to vector, but similar behavior was observed when upgrading to newer vector version. We see similar symptoms, mainly duplicated logs (around 30-50% increase of our usual traffic). Ther aren't any out of usual errors on Vector side. Similar setup as mentioned above: Any advise would be appreciated 🙏 In the meantime, I'll try to check if we can get anything more specific with the vector debugging tools. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We currently have Filebeat agents picking up logs from different hosts and sending logs to Vector using the
logstash
source. It works fine for a few days, but after some days of running, we start to see an increase in connection errors in the Filebeat logs.Errors like:
Some of the things we noticed:
Details:
Agent: Filebeat sending logs using the logstash output
Vector: Receives logs using the logstash source
Vector version: 0.42.0, running on EC2
Any ideas on what we could check? Could there be some internal limit in Vector that we're hitting?
Beta Was this translation helpful? Give feedback.
All reactions