datadog-logs
Installation
SKILL.md
Datadog Logs Skill
Search and analyze logs in Datadog Log Management.
Tools
| Tool | Description |
|---|---|
search_logs |
Search logs with query syntax, time range, and filters |
get_log_details |
Get detailed information about a specific log entry |
list_log_indexes |
List all available log indexes |
get_log_pipeline |
Get log pipeline configuration for processing |
Example Queries
Search for error logs in the network service
→ search_logs(query="service:network status:error", time_range="1h")