Dd Logs

🏢Official
by datadog-labs · vlatest · Repository

DD Logs provides instant insights into your application logs by querying Datadog's log data directly within the agent, simplifying troubleshooting and analysis.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add dd-logs npx -- -y @trustedskills/dd-logs
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "dd-logs": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/dd-logs"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The dd-logs skill enables AI agents to interact with Datadog's logging infrastructure, allowing them to retrieve, filter, and analyze log data directly from the platform. It provides access to real-time monitoring and historical logs to support operational troubleshooting and system health checks.

When to use it

  • Investigating application errors or performance bottlenecks by querying specific error messages in Datadog.
  • Monitoring service availability and uptime by analyzing log streams for downtime indicators.
  • Automating root cause analysis workflows by correlating log events with other Datadog metrics.
  • Generating compliance reports by extracting and summarizing audit logs from critical systems.

Key capabilities

  • Querying logs using Datadog's standard search syntax.
  • Filtering results by time range, service name, or severity level.
  • Retrieving raw log lines for detailed inspection.
  • Aggregating log data to identify common patterns or anomalies.

Example prompts

  • "Show me all ERROR logs from the payment-service in the last hour."
  • "Summarize any critical alerts related to database connectivity in Datadog over the past 24 hours."
  • "Find logs containing 'timeout' for the api-gateway service between 10:00 AM and 11:00 AM today."

Tips & gotchas

Ensure your AI agent has the necessary Datadog API credentials with read permissions on the logs you intend to query. Be mindful of query complexity, as overly broad searches may hit rate limits or return excessive data; always specify time ranges when possible.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
datadog-labs
Installs
60

🏢 Official

Published by the company or team that built the technology.