* New Source: Datadog * Updating doc * Adding unit tests * Renaming limit var * Updating description in spec * add source def to seed * add datadog to source def seed * run format * auto-bump connector version Co-authored-by: marcosmarxm <marcosmarxm@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
3.4 KiB
3.4 KiB
Airbyte Source Connector for 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. - 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. - 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
Changelog
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.0 | 2022-10-18 | 18150 | New Source: Datadog |