Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Socket sink is not providing TTL for tcp session #22700

Open
pkruk opened this issue Mar 20, 2025 · 0 comments
Open

Socket sink is not providing TTL for tcp session #22700

pkruk opened this issue Mar 20, 2025 · 0 comments
Labels
sink: datadog_logs Anything `datadog_logs` sink related sink: socket Anything `socket` sink related type: bug A code related bug.

Comments

@pkruk
Copy link

pkruk commented Mar 20, 2025

A note for the community

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Problem

I'm using vector to deliver logs to logstash with using a socket sink tcp

sinks:
      logstash:
        type: socket
        inputs: ["parse_json"]
        mode: "tcp"
        address: "my_domain:5045"
        encoding:
          codec: json

But on logstash we observed that traffic is not distributed evenly. Right 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?

Configuration

sinks:
      logstash:
        type: socket
        inputs: ["parse_json"]
        mode: "tcp"
        address: "my_domain:5045"
        encoding:
          codec: json

Version

0.42.0

Debug Output


Example Data

No response

Additional Context

No response

References

No response

@pkruk pkruk added the type: bug A code related bug. label Mar 20, 2025
@pront pront added sink: socket Anything `socket` sink related sink: datadog_logs Anything `datadog_logs` sink related labels Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sink: datadog_logs Anything `datadog_logs` sink related sink: socket Anything `socket` sink related type: bug A code related bug.
Projects
None yet
Development

No branches or pull requests

2 participants