Connection errors with filebeat as agent and logstash source #23012
Unanswered
camilisette
asked this question in
Q&A
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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