Skip to main content

Datadog Connector

Prerequisites

  • A Datadog account (any plan)
  • Admin access to create API and application keys

Getting Your Credentials

Datadog requires both an API Key and an Application Key.

Step 1: Create an API Key

  1. Log into Datadog
  2. Go to Organization Settings > API Keys
  3. Click New Key
  4. Name it (e.g., Landed sync)
  5. Copy the key

Step 2: Create an Application Key

  1. In Datadog, go to Organization Settings > Application Keys
  2. Click New Key
  3. Name it (e.g., Landed sync)
  4. Copy the key

Note: The Application Key determines the permissions. It inherits the permissions of the user who created it. Use an admin user for full access to all streams.

Step 3: Identify Your Datadog Site

Your Datadog site determines the API endpoint. Common values:

SiteURL
datadoghq.comUS1 (default)
us3.datadoghq.comUS3
us5.datadoghq.comUS5
datadoghq.euEU1
ap1.datadoghq.comAP1

Check your browser URL when logged into Datadog to determine your site.

Configuration in Landed

FieldValue
API KeyYour Datadog API key
Application KeyYour Datadog application key
Datadog Site (optional)Your Datadog site (default: datadoghq.com)

Available Streams

StreamDescriptionSync Mode
monitorsMonitor definitions with query, status, tagsFull refresh
dashboardsDashboard metadata (title, layout, author)Full refresh
service_level_objectivesSLO definitions with targets and thresholdsFull refresh
usersUser records with roles and statusFull refresh
rolesRole definitions with permissionsFull refresh
downtimesScheduled downtime recordsFull refresh
incidentsIncident records with status and timelineIncremental
logsLog entries (most recent)Incremental
synthetic_testsSynthetic monitoring test definitionsFull refresh

Common Issues

SymptomCauseFix
401 UnauthorizedInvalid API keyRegenerate the API key in Datadog > Organization Settings
403 ForbiddenApplication key lacks permissionsCreate the application key with an admin user
Wrong data or empty resultsIncorrect Datadog siteSet the correct site (e.g., datadoghq.eu for EU accounts)
Rate limit exceededToo many API callsLanded handles rate limiting automatically
Missing incidentsIncidents feature not enabledIncidents requires Datadog's incident management feature

Static IPs for Allowlisting

If your Datadog configuration requires IP allowlisting:

  • Production: 34.170.185.84, 35.192.90.94
  • Staging: 34.171.93.34