summarize_log_errors
Group Kubernetes error logs by exception signature with counts and redacted samples. Optionally include warnings to quickly diagnose recurring issues instead of reading raw logs.
Instructions
Groups ERROR (and optionally WARN) log lines by signature (Java stack traces by exception + first app frame) with counts, first/last seen, and one redacted sample each. Read this instead of raw logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pod | No | Exact pod name (alternative to service) | |
| since | No | Time window like 15m, 2h, 1d (default 1h) | |
| service | No | Workload name as you would say it: a Deployment, StatefulSet, DaemonSet, Service, or Pod name | |
| namespace | No | Kubernetes namespace (required: no default configured; see list_namespaces) | |
| include_warnings | No |