Docs
Plugins
Sources
Datadog
Configuration

CloudQuery Datadog Source Plugin Configuration Reference

Example

This example connects a single Datadog account to a Postgres destination. The (top level) source spec section is described in the Source Spec Reference.

kind: source
spec:
  # Source spec section
  name: "datadog"
  path: "cloudquery/datadog"
  version: "v1.3.1"
  tables: ["*"]
  destinations: ["postgresql"]

  spec:
    accounts:
      - name: example_account # Required. Name to distinguish accounts
        api_key: <DD_CLIENT_API_KEY> # Required. API key
        app_key: <DD_CLIENT_APP_KEY> # Required. App key

Datadog Spec

This is the (nested) spec used by the Datadog source plugin.

  • accounts ([]struct)

    Specify which accounts to sync data from.