Datadog
This is a setup guide for the Datadog source connector which collects data from its API.
Prerequisites
An API key is required as well as an API application key. See the Datadog API and Application Keys section for more information.
Setup guide
Step 1: Set up the Datadog connector in Airbyte
For Airbyte Cloud:
- Log into your Airbyte Cloud account.
- In the left navigation bar, click Sources. In the top-right corner, click +new source.
- On the Set up the source page, enter the name for the Datadog connector and select Datadog from the Source type dropdown.
- Enter your api_key- Datadog API key.
- Enter your application_key- Datadog application key.
- Enter your query- Optional. Type your query to filter records when collecting data from Logs and AuditLogs stream.
- Enter your limit- Number of records to collect per request.
- Enter your start_date- Optional. Start date to filter records when collecting data from Logs and AuditLogs stream.
- Enter your end_date- Optional. End date to filter records when collecting data from Logs and AuditLogs stream.
- Enter your queries- Optional. Multiple queries resulting in multiple streams.- Enter the name- Optional. Query Name.
- Select the data_sourcefrom dropdown - Optional. Supported data sources - metrics, cloud_cost, logs, rum.
- Enter the query- Optional. A classic query string. Example -"kubernetes_state.node.count{*}","@type:resource @resource.status_code:>=400 @resource.type:(xhr OR fetch)"
 
- Enter the 
- Click Set up source.
For Airbyte OSS:
- Navigate to the Airbyte Open Source dashboard.
- Set the name for your source.
- Enter your api_key- Datadog API key.
- Enter your application_key- Datadog application key.
- Enter your query- Optional. Type your query to filter records when collecting data from Logs and AuditLogs stream.
- Enter your limit- Number of records to collect per request.
- Enter your start_date- Optional. Start date to filter records when collecting data from Logs and AuditLogs stream.
- Enter your end_date- Optional. End date to filter records when collecting data from Logs and AuditLogs stream.
- Enter your queries- Optional. Multiple queries resulting in multiple streams.- Enter the name- Required. Query Name.
- Select the data_source- Required. Supported data sources - metrics, cloud_cost, logs, rum.
- Enter the query- Required. A classic query string. Example -"kubernetes_state.node.count{*}","@type:resource @resource.status_code:>=400 @resource.type:(xhr OR fetch)"
 
- Enter the 
- Click Set up source.
Supported sync modes
The Datadog source connector supports the following sync modes:
| Feature | Supported? | 
|---|---|
| Full Refresh Sync | Yes | 
| Incremental Sync | Yes | 
| SSL connection | Yes | 
| Namespaces | No | 
Supported Streams
- AuditLogs
- Dashboards
- Downtimes
- IncidentTeams
- Incidents
- Logs
- Metrics
- Monitors
- ServiceLevelObjectives
- SyntheticTests
- Users
- Series
Changelog
Expand to review
| Version | Date | Pull Request | Subject | 
|---|---|---|---|
| 2.0.3 | 2024-12-21 | 49988 | Update dependencies | 
| 2.0.2 | 2024-12-14 | 49472 | Update dependencies | 
| 2.0.1 | 2024-12-12 | 48300 | Update dependencies | 
| 2.0.0 | 2024-12-06 | 48833 | Remove is_read_onlyparameter from dashboards stream schema | 
| 1.1.1 | 2024-10-28 | 46502 | Update dependencies | 
| 1.1.0 | 2023-10-04 | 46387 | Migrate to manifest only | 
| 1.0.6 | 2024-09-28 | 46190 | Update dependencies | 
| 1.0.5 | 2024-09-21 | 45771 | Update dependencies | 
| 1.0.4 | 2024-09-14 | 45581 | Update dependencies | 
| 1.0.3 | 2024-09-07 | 45297 | Update dependencies | 
| 1.0.2 | 2024-08-31 | 44992 | Update dependencies | 
| 1.0.1 | 2024-08-24 | 44706 | Update dependencies | 
| 1.0.0 | 2024-08-19 | 44371 | Update CDK version and dependencies, remove parameters and migrate to inline schemas | 
| 0.4.15 | 2024-08-17 | 44313 | Update dependencies | 
| 0.4.14 | 2024-08-12 | 43741 | Update dependencies | 
| 0.4.13 | 2024-08-10 | 43555 | Update dependencies | 
| 0.4.12 | 2024-08-03 | 43141 | Update dependencies | 
| 0.4.11 | 2024-07-27 | 42776 | Update dependencies | 
| 0.4.10 | 2024-07-20 | 42341 | Update dependencies | 
| 0.4.9 | 2024-07-13 | 41783 | Update dependencies | 
| 0.4.8 | 2024-07-10 | 41416 | Update dependencies | 
| 0.4.7 | 2024-07-09 | 41168 | Update dependencies | 
| 0.4.6 | 2024-07-06 | 40985 | Update dependencies | 
| 0.4.5 | 2024-06-25 | 40306 | Update dependencies | 
| 0.4.4 | 2024-06-22 | 40063 | Update dependencies | 
| 0.4.3 | 2024-06-13 | 37590 | Change last_recordstolast_record | 
| 0.4.2 | 2024-06-04 | 39060 | [autopull] Upgrade base image to v1.2.1 | 
| 0.4.1 | 2024-05-20 | 38424 | [autopull] base image + poetry + up_to_date | 
| 0.4.0 | 2023-12-04 | 30999 | Add monitorsandservice_level_objectivesStreams | 
| 0.3.0 | 2023-08-27 | 29885 | Migrate to low code | 
| 0.2.2 | 2023-07-10 | 28089 | Additional stream and query details in response | 
| 0.2.1 | 2023-06-28 | 26534 | Support multiple query streams and pulling data from different datadog sites | 
| 0.2.0 | 2023-06-28 | 27784 | Add necessary fields to schemas | 
| 0.1.1 | 2023-04-27 | 25562 | Update testing dependencies | 
| 0.1.0 | 2022-10-18 | 18150 | New Source: Datadog |