search_events
Search Datadog events to identify system changes and incidents. Filter by query, time range, and priority for quick troubleshooting.
Instructions
Search for events in Datadog. Events can include monitor alerts, deployments, integrations, and custom events. Useful for understanding system changes and incidents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End time as Unix timestamp in seconds or ISO 8601 string (must be after 'from') | |
| from | Yes | Start time as Unix timestamp in seconds or ISO 8601 string | |
| query | Yes | Event search query (e.g., "priority:high", "monitor", "deployment"). Leave empty to search all events. | |
| priority | No | Filter events by priority level (optional) |