datadog mcp

by GeLi2001
Verified

search-logs

Analyze application logs in Datadog with precise filtering by time range, query terms, and sorting. Simplify issue investigation and monitoring with structured search results.

Instructions

Search logs in Datadog with advanced filtering options. Use filter.query for search terms (e.g., 'service:web-app status:error'), from/to for time ranges (e.g., 'now-15m', 'now'), and sort to order results. Essential for investigating application issues.

Input Schema

NameRequiredDescriptionDefault
filterNo
limitNo
pageNo
sortNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filter": { "additionalProperties": false, "properties": { "from": { "type": "string" }, "indexes": { "items": { "type": "string" }, "type": "array" }, "query": { "type": "string" }, "to": { "type": "string" } }, "type": "object" }, "limit": { "default": 100, "type": "number" }, "page": { "additionalProperties": false, "properties": { "cursor": { "type": "string" }, "limit": { "type": "number" } }, "type": "object" }, "sort": { "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from datadog mcp

Related Tools

ID: nj2o2mvvnd