Datadog advanced settings fields
Populate the Datadog advanced settings fields to define API paths, batching limits, host filters, sync duration, connection details, and debugging options. These values control how the pull connector retrieves and processes metrics and host data from Datadog, ensuring the connector runs with the desired scope and behavior.
| Field | Description |
|---|---|
| Base API path | The specific API path for querying metrics. The default is |
| Host API Path | The specific API path for retrieving the list of hosts. The default is |
| Host batch size | The number of hosts to retrieve in a single API call. The default is 500, and any value above 1000 is automatically capped at 1000. |
| Host filter | (Optional) A comma-separated list of regular expressions (regex) to filter for specific hosts to monitor. or example, ^prod-db-.* is a regex pattern that means "match any host whose name starts with
prod-db-". Example Use Case: To monitor only hosts starting with app-server- and the specific host critical-db-01, you would set the hostFilter to: ^app-server-.*, ^critical-db-01$. |
| Initial sync in mins | Time, in minutes, that the system takes to complete the first synchronization of data with the Datadog Metrics API. For example, if the value is 15, the connector fetches metrics from the past 15 minutes. If the value is above 120, it is capped to 120. Default: 15 |
| Metric batch size | The number of metrics to query in a single API call. The default is 50, and any value above 50 is automatically capped at 50. |
| Port | Port number for the Datadog server to connect to. This is typically not needed when using https. |
| Protocol | The protocol for the connection. Default: https |
| Debugging |
|
To return to the procedure, see Configure Datadog metric pull connector.