vector validate
emits error TCP bind failed: Address already in use (os error 98)
when doing systemd reload
#22916
-
Hi Vector maintainers, I see that the command I'm using Vector version This is the systemd default configurations for vector.service on Ubuntu 22.04.
Here is the simple vector config file with datadog agents sources:
datadog_agents:
type: datadog_agent
address: 0.0.0.0:9000
disable_logs: true
disable_traces: true
store_api_key: true
sinks:
datadog_platform:
inputs:
- datadog_agents
type: datadog_metrics With that config, the running process of vector already takes the port
I can totally just run the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This the recommended reload validation: This was discussed extensively before in: |
Beta Was this translation helpful? Give feedback.
This the recommended reload validation:
https://github.com/vectordotdev/vector/blob/master/distribution/systemd/vector.service#L12
This was discussed extensively before in: