- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`Remote Agent Management simplifies the process of upgrading your Agent fleet by reducing the need to coordinate with multiple deployment or configuration management tools. Remote Agent Management gives you access to:
Remotely upgrading Agents in containerized environments is not supported.
Users must have the Agent Upgrade within Fleet Automation for upgrades, and the Fleet Policies Write permissions to configure Agents remotely. The permission is enabled by default on the Datadog Admin role.
To enable Remote Agent Management:
Ensure that Remote Configuration is enabled for your organization.
Go to the Datadog Agent install page for your platform or configuration management tool.
Enable Remote Agent Management. Enabling Remote Agent Management adds the DD_REMOTE_UPDATES
environment variable to the generated Agent installation command.
Use the generated Agent installation command to upgrade your Agent to version 7.66+.
DD_REMOTE_UPDATES
set to true
to gain access to Remote Agent Management. Enabling Remote Agent Management without running the installation command does not grant access to the feature./opt/datadog-packages
directory on Linux, or C:\ProgramData\Datadog\Installer\packages
on Windows. The extra space ensures that there is enough room to maintain two Agent installs temporarily during the upgrade process in case a rollback is needed.To upgrade your Agents remotely:
From the Upgrade Agents tab, click Start Agents Upgrade.
Select the Agents you want to upgrade. You can target a group of Agents by filtering on host information or tags.
Review the deployment plan and click Upgrade Agents to start the upgrade.
Use the Deployments dashboard to track the upgrade process. Clicking on an Agent in the deployments table gives you more information about the upgrade, including the duration time, progress, and the user who started the upgrade.
Similar to a manual upgrade, expect a downtime of 5-30 seconds while the Agent restarts. The full upgrade process takes approximately 5 minutes. Around 2 minutes of this time is used for the upgrade process. The rest of the time is spent monitoring the upgrade to ensure stability and determining if a rollback is necessary. If the upgrade fails and a rollback is necessary, the Agent automatically reverts to the previously running Agent version.
The upgrade process primarily adds files to the following directories:
Linux:
/opt/datadog-packages
/etc/datadog-agent
/etc/systemd/system
Windows:
C:\ProgramData\Datadog\Installer\packages
C:\Program Files\Datadog\Datadog Agent
The Agent ensures that the appropriate permissions are set for these files. No configuration files are altered during the installation process.
For the most consistent upgrade experience, Datadog recommends managing upgrades from one source at a time. Use either Fleet Automation or a configuration management tool. If you run a configuration management tool on an Agent that has already been upgraded using Fleet Automation, the upgrade reverts the Agent to the DD_AGENT_MINOR_VERSION
specified in your configuration. If no DD_AGENT_MINOR_VERSION
is set, the Agent is upgraded to the latest available version.
Managing Agent Configurations in Fleet Automation is in preview. To get access, complete the preview sign‑up form.
Request AccessIn Fleet Automation, open the Configure Agents tab and click Create Configuration.
Select and configure the products (for example, APM, Logs, NDM) that you want the target Agents to run.
Review and name your final configuration and begin scoping deployment to your Agents. Alternatively, you can save the configuration to edit or deploy to your Agents at a later time from the Configure Agents page.
Scope Agents to deploy configuration to (for example through tags such as host names, site, or environment).
Review the deployment plan to confirm scoped Agents and deployment settings, such as rollout concurrency.
Start deployment and track progress from the Deployments page.
When a configuration file on the host conflicts with a Fleet Automation configuration, Fleet Automation takes precedence, ensuring a single source of truth. See Configuration Order Precedence.
From your list of configurations in the Configure Agents tab, you can
You can use Remote Agent Management along with a proxy or mirrored repositories.
For instructions on configuring your Agent to use a proxy, see Agent Proxy Configuration. After you’ve configured the proxy, restart the Agent to apply the settings.
For instructions on using mirrored or air-gapped repositories, see:
If you need to downgrade an Agent, follow the steps in Upgrade your Agents and specify the version you wish to downgrade to. Datadog recommends using the latest version of the Agent and upgrading your Agents regularly to make sure you have access to the latest features.
If you were a Preview customer and set up remote Agent Management before Agent version 7.66, your Datadog Installer might be incompatible with the Agent.
To support general availability of remote Agent upgrades, the installer component was bundled with the Agent starting in version 7.66. This change ensures that both components stay up to date together, preventing version mismatches and related compatibility issues. Earlier versions of the Agent did not bundle these components, resulting in a possible version mismatch that could prevent automatic updates and remote Agent Management functionality.
To diagnose and fix the issue:
support_remote_upgrade:datadog-installer
Manual Agent upgrades are not required after you’ve updated to 7.66 or higher. Future upgrades are handled automatically without requiring manual intervention.
If you don’t upgrade an earlier Agent version to 7.66 or higher, there is no impact on your existing Agent. However, remote upgrades remain unavailable until you update the Agent.
To uninstall Remote Agent Management from your Linux environment, follow the steps below. Ensure that you have the necessary permissions to perform the uninstall process.
To uninstall the Agent after installing it with Remote Agent Management, in a shell, run sudo datadog-installer purge
.
There are no steps needed to uninstall Remote Agent Management on Windows, it is packaged with the Agent itself.
To disable Remote Agent Management, configure remote_updates: false
in datadog.yaml
.
To uninstall the Agent, see Uninstall the Agent.
추가 유용한 문서, 링크 및 기사: