get_application_logs
Retrieve application logs with automatic pattern detection and grouping. Filter by time, query, or severity to identify issues.
Instructions
Get application logs with pattern analysis.
Retrieves application logs with automatic pattern detection and grouping. Supports filtering by time range, search query, and severity level.
Args: project_id: Project ID app_id: Application ID (format: namespace/kind/name) from_timestamp: Start timestamp (optional) to_timestamp: End timestamp (optional) query: Log search query (optional) severity: Filter by severity level (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| app_id | Yes | ||
| from_timestamp | No | ||
| to_timestamp | No | ||
| query | No | ||
| severity | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||