Skip to content

Commit

Permalink
adding Agent version
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciascott committed Dec 27, 2024
1 parent 3831b4b commit 865e750
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions content/en/network_monitoring/network_path/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ Setting up Network Path involves configuring your Linux environment to monitor a

## Prerequisites

- Agent version `7.59` or higher is required.
- [CNM][1] must be enabled.
[CNM][1] must be enabled.

**Note**: If your network configuration restricts outbound traffic, follow the setup instructions on the [Agent proxy configuration][2] documentation.

Expand All @@ -35,6 +34,8 @@ Setting up Network Path involves configuring your Linux environment to monitor a
{{< tabs >}}
{{% tab "Linux" %}}

Agent `v7.59+` is required.

Manually configure individual paths by specifying the exact endpoint you want to test. This allows you to target specific network routes for monitoring.

1. Enable the `system-probe` traceroute module in `/etc/datadog-agent/system-probe.yaml` by adding the following:
Expand Down Expand Up @@ -134,6 +135,8 @@ Manually configure individual paths by specifying the exact endpoint you want to
{{% /tab %}}
{{% tab "Windows" %}}

Agent `v7.61+` is required.

**Note**: Windows only supports TCP traceroutes.

In Windows environments, the Agent uses UDP by default to monitor individual paths. If the protocol is not specified in the configuration, the Agent attempts a UDP traceroute, and any errors are logged. To work around this, ensure the protocol is set to TCP in the following example:
Expand All @@ -154,6 +157,8 @@ instances:
{{< tabs >}}
{{% tab "Linux" %}}
Agent `v7.59+` is required.

**Note**: Network traffic paths is experimental and is not yet stable. Do not deploy network traffic paths widely in a production environment.

Configure network traffic paths to allow the Agent to automatically discover and monitor network paths based on actual network traffic, without requiring you to specify endpoints manually.
Expand Down Expand Up @@ -201,6 +206,8 @@ Configure network traffic paths to allow the Agent to automatically discover and
{{% /tab %}}
{{% tab "Windows" %}}

Agent `v7.61+` is required.

For network traffic paths on Windows environments, only detected TCP connections are shown.

{{% /tab %}}
Expand Down

0 comments on commit 865e750

Please sign in to comment.