Datadog/logs
@webframp/datadog/logsv2026.07.20.11
01README
Datadog Logs — log search, aggregation, and analytics
02Release Notes
2026.07.20.11
Added: Initial code-generated release of @webframp/datadog/logs with 4 methods covering the Datadog logs API surface.
03Models
@webframp/datadog/logsv2026.07.20.11datadog/logs.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| apiKey | string | Datadog API key (DD-API-KEY) |
| appKey | string | Datadog application key (DD-APPLICATION-KEY) |
| site | enum | Datadog site |
fn submit_log(ddtags?: string, entries: array)
Send logs
| Argument | Type | Description |
|---|---|---|
| ddtags? | string | Log tags can be passed as query parameters with `text/plain` content type. |
| entries | array | Array of items to submit |
fn aggregate_logs(compute?: array, filter?: unknown, group_by?: array, options?: unknown, page?: unknown)
Aggregate events
| Argument | Type | Description |
|---|---|---|
| compute? | array | The list of metrics or timeseries to compute for the retrieved buckets. |
| filter? | unknown | |
| group_by? | array | The rules for the group by |
| options? | unknown | |
| page? | unknown |
fn list_logs_get(filter_query?: string, filter_indexes?: string, filter_from?: string, filter_to?: string, filter_storage_tier?: string, sort?: string)
Search logs (GET)
| Argument | Type | Description |
|---|---|---|
| filter_query? | string | Search query following logs syntax. |
| filter_indexes? | string | For customers with multiple indexes, the indexes to search. Defaults to '*' w... |
| filter_from? | string | Minimum timestamp for requested logs. |
| filter_to? | string | Maximum timestamp for requested logs. |
| filter_storage_tier? | string | Specifies the storage type to be used |
| sort? | string | Order of logs in results. |
fn list_logs(filter?: unknown, options?: unknown, page?: unknown, sort?: unknown)
Search logs (POST)
| Argument | Type | Description |
|---|---|---|
| filter? | unknown | |
| options? | unknown | |
| page? | unknown | |
| sort? | unknown |
Resources
submit_log(infinite)— Send logs
aggregate_logs(infinite)— Aggregate events
logs_get(infinite)— Search logs (GET)
logs(infinite)— Search logs (POST)
04Stats
A
100 / 100
Downloads
1
Archive size
12.3 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels