get_application_logs
Retrieve and analyze application logs with pattern detection via time range, search query, and severity level filters to streamline troubleshooting and monitoring processes.
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 |
---|---|---|---|
app_id | Yes | ||
from_timestamp | No | ||
project_id | Yes | ||
query | No | ||
severity | No | ||
to_timestamp | No |