cq-provider-datadog

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2022 License: MPL-2.0 Imports: 2 Imported by: 0

README

cloudquery logo

CloudQuery Datadog Provider BuildStatus License

This CloudQuery provider transforms Datadog resources to a relational database.

What is CloudQuery

The open-source cloud asset inventory powered by SQL.

CloudQuery extracts, transforms, and loads your cloud assets into normalized PostgreSQL tables. CloudQuery enables you to assess, audit, and evaluate the configurations of your cloud assets.

Example Config

cloudquery {
  plugin_directory = "./cq/providers"
  policy_directory = "./cq/policies"

  provider "datadog" {
    version = "latest"
  }

  connection {
  }
}

provider "datadog" {
  configuration {

    accounts "main" {
      api_key = "DATADOG API KEY"
      app_key = "DATADOG APP KEY"
    }

    accounts "staging" {
      api_key = "DATADOG API KEY"
      app_key = "DATADOG APP KEY"
    }

  }
  // list of resources to fetch
  resources = ["*"]
}

Resources this Provider Covers

Current Limitations

This is a very early provider and has some rough edges. Table layout should be expected to change.

Most resources are just cq-gen's best approximation of a good structure for the object and have not been optimized.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
resources

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL