gcp-logging-query-time-range
Query Google Cloud Logs within a specific time range using relative times or ISO timestamps to retrieve operational insights and monitor resource activity.
Instructions
Query Google Cloud Logs within a specific time range. Supports relative times (1h, 2d) and ISO timestamps.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startTime | Yes | Start time in ISO format or relative time (e.g., "1h", "2d") | |
| endTime | No | End time in ISO format (defaults to now) | |
| filter | No | Additional filter criteria | |
| limit | No | Maximum number of log entries to return |