πŸ“˜

Note

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.

πŸ’‘

Important

This applies to creating an integration either through Entitle on Pathfinder or through the Entitle standalone product.

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”

On the sidebar press β€œAPI Keys”.

then press β€œNew Key” on the top left corner.

Insert β€œentitle-api-key” under Name and press β€œCreate Key”.

Copy the β€œKey”, that’s your β€œapi_key” parameter:

β€œapp_key”

On the sidebar press β€œApplication Keys”.

then press β€œNew Key” on the top left corner.

Insert β€œentitle-app-key” under Name and press β€œCreate Key”.

Copy the β€œKey”, that’s your β€œapp_key” parameter:


What’s Next