> For the complete documentation index, see [llms.txt](https://docs.apica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apica.io/fleet-management/list-of-agents/datadog-agent.md).

# Datadog Agent

* Click on Install Agent Manager Button.
* Select Platform and Datadog for Agent.
* Click on Add Secret to add API KEY and your Datadog SIte.
  * type key name as "api\_key" for API Key.
  * type key name as "dd\_site" for Datadog Site.

<figure><img src="/files/7dglwMXzeDTuifV81sJE" alt=""><figcaption></figcaption></figure>

* click on proceed, and then follow the instructions provided in the Readme File.

#### Check agent-manager status:

To check the status of agent-manager, and the running agents on a Linux host:

```
$ sudo systemctl status agent-manager-datadog
```

To get agent-manager logs on a Linux host:

```
$ sudo journalctl -n 100 -f -u agent-manager-datadog
```

To check the status of agent-manager, and the running agents on a Windows host, use the **Windows Services** app, and locate the service named **agent-manager-datadog**.

To get agent-manager logs on a Windows host, use the **Windows Event Viewer** app. The logs from agent-manager will be located in the **Windows Logs > Application** logs.
