---
title: Adobe Experience Manager
description: >-
  Collect Adobe Experience Manager logs to track errors, request response time,
  and track badly performing web pages.
breadcrumbs: Docs > Integrations > Adobe Experience Manager
---

# Adobe Experience Manager
Supported OS 
## Overview{% #overview %}

Collect Adobe Experience Manager logs to track errors, request response time, and track badly performing web pages.

## Setup{% #setup %}

### Installation{% #installation %}

[Install the agent](https://app.datadoghq.com/account/settings/agent/latest) on the instance that runs Adobe Experience Manager.

#### Log collection{% #log-collection %}

*Available for Agent version >6.0*

1. Collecting logs is disabled by default in the Datadog Agent. Enable it in your `datadog.yaml` file with:

   ```yaml
   logs_enabled: true
   ```

1. Create `adobe.experience.manager.d/conf.yaml` in your [conf.d directory](https://docs.datadoghq.com/agent/guide/agent-configuration-files.md#agent-configuration-directory) and add the configuration below to start collecting your logs:

   ```yaml
   logs:
       - type: file
         path: cq-installation-dir/crx-quickstart/logs/*.log
         service: '<MY_APPLICATION>'
         source: adobe.experience.manager
   ```

Change the `path` and `service` parameter values and configure them for your environment.

1. [Restart the Agent](https://docs.datadoghq.com/agent/guide/agent-commands.md#restart-the-agent).

## Troubleshooting{% #troubleshooting %}

Need help? Contact [Datadog support](https://docs.datadoghq.com/help/).

## Further Reading{% #further-reading %}

- [Log Management](https://docs.datadoghq.com/logs.md)
