-
Hi, I'm using vector to deliver logs to logstash with using a socket sink :)
But on logstash we observed that traffic is not distributed evenly. It's looks like one ip is resolved from a host and all is sent to this one endpoint. Rigth now we observed that one node of our logstash is receiving a traffic and the rest is on zero. There is any option to set a TTL in socket sink? We're using right now vector version: 0.42.0 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, there's no notion of load balancing baked in the socket sink. It will establish a connection to the specified endpoint and that's it.
https://vector.dev/docs/reference/configuration/sinks/socket/#keepalive.time_secs |
Beta Was this translation helpful? Give feedback.
-
I see, thank for answer :) ! our case we just migrated logtash to http-sink with logstash behind Application Load Balancer and that's helps us a lot :) |
Beta Was this translation helpful? Give feedback.
Hi, there's no notion of load balancing baked in the socket sink. It will establish a connection to the specified endpoint and that's it.
https://vector.dev/docs/reference/configuration/sinks/socket/#keepalive.time_secs