Skip to main content

Datadog/logs

@webframp/datadog/logsv2026.07.20.11· 5d agoMODELS
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.

03Models1
@webframp/datadog/logsv2026.07.20.11datadog/logs.ts

Global Arguments

ArgumentTypeDescription
apiKeystringDatadog API key (DD-API-KEY)
appKeystringDatadog application key (DD-APPLICATION-KEY)
siteenumDatadog site
fn submit_log(ddtags?: string, entries: array)
Send logs
ArgumentTypeDescription
ddtags?stringLog tags can be passed as query parameters with `text/plain` content type.
entriesarrayArray of items to submit
fn aggregate_logs(compute?: array, filter?: unknown, group_by?: array, options?: unknown, page?: unknown)
Aggregate events
ArgumentTypeDescription
compute?arrayThe list of metrics or timeseries to compute for the retrieved buckets.
filter?unknown
group_by?arrayThe 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)
ArgumentTypeDescription
filter_query?stringSearch query following logs syntax.
filter_indexes?stringFor customers with multiple indexes, the indexes to search. Defaults to '*' w...
filter_from?stringMinimum timestamp for requested logs.
filter_to?stringMaximum timestamp for requested logs.
filter_storage_tier?stringSpecifies the storage type to be used
sort?stringOrder of logs in results.
fn list_logs(filter?: unknown, options?: unknown, page?: unknown, sort?: unknown)
Search logs (POST)
ArgumentTypeDescription
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