Explain a change in log volume
es_whyCompare a log window against a wider baseline to surface namespaces, containers, and pods that are statistically over-represented, ranked by p-value. Use it to pinpoint what changed during a log spike or incident.
Instructions
Compare a window against a wider baseline and report which namespaces, containers and pods are statistically over-represented in it. Use this for "why did logs spike", "what changed at 14:00", or to narrow an incident to a service before reading any lines. Ranked by p-value, so ordinary background noise is filtered out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Values to report per field | |
| index | No | Index or pattern; defaults to the allowlist | |
| filter | No | Optional phrase the line must contain, e.g. "EXCEPTION" | |
| window | No | The period under investigation, as date math without "now-" | 30m |
| baseline | No | The wider period it is compared against. Must be longer than "window". | 24h |