Skip to content

Commit 966c1fd

Browse files
authored
[Agent] Vector aggregation minor update (DataDog#11186)
1 parent 5244b34 commit 966c1fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/agent/vector_aggregation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ Only the logs data type is supported. Update the following values in the `datado
4545
logs_config:
4646
logs_dd_url: "<VECTOR_HOST>:<VECTOR_PORT>"
4747
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
4949
# use_v2_api: false # Uncomment this line if you use a version of Vector before v0.17.0
5050
```
5151

5252
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.
5454

5555
### 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].
5757
To send logs to Datadog, Vector must be configured with at least one [datadog_logs sink][11].
5858

5959
See the official [Vector documentation][12] for all available configuration parameters and

0 commit comments

Comments
 (0)