From 0963453a3e2397908a63505bcdce8475f444ee41 Mon Sep 17 00:00:00 2001 From: Duncan Hewett <8017759+duncanhewett@users.noreply.github.com> Date: Wed, 26 Nov 2025 16:07:17 -0500 Subject: [PATCH] Update SSI command to use Python SDK v4 --- content/en/getting_started/tracing/_index.md | 2 +- .../application_security/setup/single_step/_index.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/getting_started/tracing/_index.md b/content/en/getting_started/tracing/_index.md index a15f12b485a..cc414d146d3 100644 --- a/content/en/getting_started/tracing/_index.md +++ b/content/en/getting_started/tracing/_index.md @@ -75,7 +75,7 @@ To set up Datadog APM without needing to modify your application's code or the d 1. Run the installation command: ```shell - DD_API_KEY= DD_SITE="" DD_APM_INSTRUMENTATION_ENABLED=host DD_APM_INSTRUMENTATION_LIBRARIES=python:3 DD_ENV= bash -c "$(curl -L https://install.datadoghq.com/scripts/install_script_agent7.sh)" + DD_API_KEY= DD_SITE="" DD_APM_INSTRUMENTATION_ENABLED=host DD_APM_INSTRUMENTATION_LIBRARIES=python:4 DD_ENV= bash -c "$(curl -L https://install.datadoghq.com/scripts/install_script_agent7.sh)" ``` Replace `` with your [Datadog API key][2], `` with your [Datadog site][7], and `` with the environment your Agent is installed on (for example, `development`). diff --git a/content/en/security/application_security/setup/single_step/_index.md b/content/en/security/application_security/setup/single_step/_index.md index 7179c605995..66340546a9e 100644 --- a/content/en/security/application_security/setup/single_step/_index.md +++ b/content/en/security/application_security/setup/single_step/_index.md @@ -33,7 +33,7 @@ For an Ubuntu host: 1. Run the one-line installation command: ```shell - DD_API_KEY= DD_SITE="" DD_APM_INSTRUMENTATION_ENABLED=host DD_APM_INSTRUMENTATION_LIBRARIES="java:1,python:3,js:5,dotnet:3,php:1" DD_APPSEC_ENABLED=true bash -c "$(curl -L https://install.datadoghq.com/scripts/install_script_agent7.sh)" + DD_API_KEY= DD_SITE="" DD_APM_INSTRUMENTATION_ENABLED=host DD_APM_INSTRUMENTATION_LIBRARIES="java:1,python:4,js:5,dotnet:3,php:1" DD_APPSEC_ENABLED=true bash -c "$(curl -L https://install.datadoghq.com/scripts/install_script_agent7.sh)" ``` a. Replace `` with your [Datadog API key][4]. @@ -80,7 +80,7 @@ Set `DD_ENV` in your one-line installation command for Linux to automatically ta For example: ```shell -DD_API_KEY= DD_SITE="" DD_APM_INSTRUMENTATION_ENABLED=host DD_APM_INSTRUMENTATION_LIBRARIES="java:1,python:3,js:5,dotnet:3,php:1" DD_APPSEC_ENABLED=true DD_ENV=staging bash -c "$(curl -L https://install.datadoghq.com/scripts/install_script_agent7.sh)" +DD_API_KEY= DD_SITE="" DD_APM_INSTRUMENTATION_ENABLED=host DD_APM_INSTRUMENTATION_LIBRARIES="java:1,python:4,js:5,dotnet:3,php:1" DD_APPSEC_ENABLED=true DD_ENV=staging bash -c "$(curl -L https://install.datadoghq.com/scripts/install_script_agent7.sh)" ``` [2]: /tracing/guide/remote_config @@ -97,7 +97,7 @@ For a Docker Linux container: 1. Install the library injector: ```shell - DD_APM_INSTRUMENTATION_ENABLED=docker DD_APM_INSTRUMENTATION_LIBRARIES="java:1,python:3,js:5,dotnet:3,php:1" DD_NO_AGENT_INSTALL=true DD_APPSEC_ENABLED=true bash -c "$(curl -L https://install.datadoghq.com/scripts/install_script_agent7.sh)" + DD_APM_INSTRUMENTATION_ENABLED=docker DD_APM_INSTRUMENTATION_LIBRARIES="java:1,python:4,js:5,dotnet:3,php:1" DD_NO_AGENT_INSTALL=true DD_APPSEC_ENABLED=true bash -c "$(curl -L https://install.datadoghq.com/scripts/install_script_agent7.sh)" ``` 2. Configure the Agent in Docker: ```shell