DataDog
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:

Updated about 2 months ago