Configuration

To set up the Datadog source, provide the following configuration parameters:

KeyDescriptionSample Value
api_keyDatadog API key.abc123...
application_keyDatadog application key.def456...
start_dateThe date in ISO (YYYY-MM-DDTHH:MM:SSZ) format to start pulling data (for streams that support this). If a bookmark property is used, it will prioritize the latest bookmark date.2010-01-01T00:00:00Z
querySome streams support a query parameter to narrow down the data (currently audit_logs and logs streams).query string...

Query Configuration

To set up a query for a specific stream, provide the stream name as a key in the query field, and the query string as the value.

Example:

query:
  audit_logs: your query here...