First look at a window
es_overviewOne request starts an investigation: get log volume over time, error counts/rates, affected namespaces/containers, unusual containers versus baseline, and sample error lines.
Instructions
Everything needed to start an investigation, in one request: log volume and its shape over time, error count and rate, which namespaces and containers the errors come from, which containers are statistically unusual versus a baseline, and a few sample error lines. Call this FIRST for "what is going on", "is anything wrong", or the start of an incident; then narrow with es_patterns, es_why or es_trace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Buckets per breakdown | |
| index | No | Index or pattern; defaults to the allowlist | |
| window | No | Period to look at: 15m, 1h, 6h. Keep it narrow. | 1h |
| baseline | No | Wider period the "unusual" ranking compares against; must exceed window | 24h |
| error_text | No | Phrase that marks an error line in this cluster's logs | EXCEPTION |