Inputs

  • query: str: The query string to search within Datadog metrics and logs.
  • time_range: dict = None: The time range for the query (e.g., {'from': 'now-15m', 'to': 'now'})
  • source: str = None: The source type (metrics, traces, logs).

Outputs

No information yet, feel free to contribute it using the “Edit this page” link at the bottom of the page

Authentication Parameters

The api_key and app_key are required for connecting to the Datadog provider. You can obtain them as described in the “Connecting with the Provider” section.

Connecting with the Provider

API Key

To obtain the Datadog API key, follow these steps:

  1. Log in to your Datadog account.
  2. Navigate to the “Integrations” section.
  3. Click on the “API” tab.
  4. Generate a new API Key.

App Key

To obtain the Datadog App Key, follow these steps:

  1. Log in to your Datadog account.
  2. Navigate to the “Integrations” section.
  3. Click on the “API” tab.
  4. Generate a new App Key or use an existing one.

Fingerprinting

Fingerprints in Datadog are calculated based on the groups and monitor_id fields of an incoming/pulled event.

Scopes

Certain scopes may be required to perform specific actions or queries via the Datadog Provider. Below is a summary of relevant scopes and their use cases:

  • monitors_read (Monitors Read) Required: True Description: View monitors.
  • monitors_write (Monitors Write) Required: False Description: Write monitors. (*Required for auto-webhook integration)
  • create_webhooks (Integrations Manage) Required: False Description: Create webhooks integrations. (*Required for auto-webhook integration)
  • metrics_read Required: False Description: View metrics.

Notes

No information yet, feel free to contribute it using the “Edit this page” link at the bottom of the page