File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ Only the logs data type is supported. Update the following values in the `datado
45
45
logs_config :
46
46
logs_dd_url : " <VECTOR_HOST>:<VECTOR_PORT>"
47
47
logs_no_ssl : true # If TLS/SSL is not enabled on the Vector side
48
- use_http : true # Vector `datadog_logs ` source only supports events over HTTP(S) and not raw TCP
48
+ use_http : true # Vector `datadog_agent ` source only supports events over HTTP(S) and not raw TCP
49
49
# use_v2_api: false # Uncomment this line if you use a version of Vector before v0.17.0
50
50
```
51
51
52
52
Where ` VECTOR_HOST ` is the hostname of the system running Vector and ` VECTOR_PORT ` is the TCP port on which
53
- the Vector ` datadog_logs ` source is listening.
53
+ the Vector ` datadog_agent ` source is listening.
54
54
55
55
### Vector configuration
56
- To receive logs from Datadog Agent, configure Vector with a [ datadog_logs source] [ 10 ] .
56
+ To receive logs from Datadog Agent, configure Vector with a [ datadog_agent source] [ 10 ] .
57
57
To send logs to Datadog, Vector must be configured with at least one [ datadog_logs sink] [ 11 ] .
58
58
59
59
See the official [ Vector documentation] [ 12 ] for all available configuration parameters and
You can’t perform that action at this time.
0 commit comments