DataDog | Entitle

ℹ️

It is highly recommended to create a service account for the purpose of integrating Datadog with Entitle.

If the permissions of the account that the API/app key were created from are changed - that might affect the functionality of the integration.

Adapter configuration structure

{
    "api_key": "{{YOUR_DATADOG_API_KEY}}",
    "app_key": "{{YOUR_DATADOG_APP_KEY}}",
    "host": "https://{{YOUR_DATADOG_DOMAIN}}" // example 'https://us5.datadoghq.com'
}

How to get the required credentials

Go to your Datadog host to the path:

https://{your-datadog-host}/organization-settings/users

“api_key”

  1. In the sidebar, click API Keys.
  2. Click New Key in the top left corner.
  3. Insert entitle-api-key under Name and click Create Key.
  4. Copy the Key. This is your api_key parameter:

“app_key”

  1. In the sidebar, click Application Keys.
  2. Click New Key in the top left corner.
  3. Insert entitle-app-key under Name and click Create Key.
  4. Copy the Key. This is your app_key parameter:

What's next?

Make sure your setup is complete by testing your integration.