analyze_logs
Extract error patterns and insights from log content to identify issues and categorize errors for SRE observability on Konflux and OpenShift platforms.
Instructions
Analyze log text to extract error patterns and insights.
Args:
log_text: Log content string (single entry, multiple lines, or full log file).
Returns:
Dict[str, Any]: Keys: error_count, error_patterns, categorized_errors, summary.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log_text | Yes |