From 865e7502f0a4e80592265511da188991da39009e Mon Sep 17 00:00:00 2001 From: aliciascott Date: Fri, 27 Dec 2024 13:35:11 -0700 Subject: [PATCH] adding Agent version --- content/en/network_monitoring/network_path/setup.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/content/en/network_monitoring/network_path/setup.md b/content/en/network_monitoring/network_path/setup.md index 106aa14c86639..606bcf296cab5 100644 --- a/content/en/network_monitoring/network_path/setup.md +++ b/content/en/network_monitoring/network_path/setup.md @@ -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. @@ -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: @@ -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: @@ -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. @@ -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 %}}