Datadog
2025.11.17
Overview
This article provides a step-by-step guide to setting up the integration between Cisco Identity Intelligence (CII) and Datadog, enabling enhanced identity security monitoring and analytics. Cisco Identity Intelligence aggregates identity data from multiple identity providers (IdPs) and applications to deliver comprehensive visibility into identity activity and risks. Integrating CII with Datadog allows organizations to forward identity-related events and alerts to Datadog for monitoring, correlation, and incident response.
Datadog API Information
General information about Datadog API authentication can be found here.
More specifically, API and Application Keys information can be found in the Datadog docs here.
API keys API keys are unique to your organization. An API key is required by the Datadog Agent to submit metrics and events to Datadog.
Application keys Application keys, in conjunction with your organization’s API key, give users access to Datadog’s programmatic API. Application keys are associated with the user account that created them and by default have the permissions of the user who created them.
Datadog API Setup
Create an API key
Go to https://app.datadoghq.com/organization-settings/api-keys, OR search for "API Keys" in the global search ("search on the top of the right side drawer") and select API Keys, OR

Hover on the username on the bottom right and select API Keys

Then click "+ New Key", give it a name and click "Create Key"
Copy the value, save it somewhere secure and close.



Create the Application Key
Go to https://app.datadoghq.com/organization-settings/application-keys, or use any of the methods described above, such as:

Then click "+ New Key", give it a name and click "Create Key"

Click "Edit" next to the "Scopes" section and check the scopes:
audit_logs_readevents_readuser_access_readapi_keys_readorg_app_keys_read(use the search bar to filter for these values)

Copy the Key and save it to a secure location.

Datadog API URLs
The default value is datadoghq.com. You can consult this page for other Datadog app or API URLs.
CII Integration Setup
Under Integrations, click Add Integration in the top right corner
Select the Datadog integration

Provide a display name and enter both the API key and App key. Change the Site URL if your Datadog tenant is located under a different URL.

Click Connect.
Last updated