summarize_errors
Identifies and groups warnings and errors from Tenable Patch Management logs into ranked issues with known fixes, root causes, and remediation steps. Start here to understand what went wrong.
Instructions
Group every warning and error into distinct issues, ranked, with known fixes.
The best first call for "what is wrong?". Repeats are collapsed into signatures
(IDs, GUIDs, IPs, numbers and paths normalised); the same event written to several
logs is counted once. Each issue has counts, first/last seen, devices, decoded error
codes, root causes from stack traces, the latest example with file and line, and -
when recognised - a known-issue explanation and remediation. INFO lines that carry
stack traces are raised to ERROR (flagged). Known platform noise is counted under
noise instead of cluttering issues.
Args:
since: Window start: ISO time (2026-09-17T08:00) or relative (90m, 24h, 7d, 2w)
counted back from the newest log entry. Default 7d.
until: Window end (same formats). Default: newest entry.
source: Source name; omit for all sources.
device: Only this device.
role: "server", "client" or "setup".
files: Log names or globs, e.g. ["VulnerabilityManagement.log"].
min_severity: WARN (default), ERROR or FATAL.
include_noise: Include known platform noise in issues.
top: Issues to return (1-100).
Returns:
totals, ranked issues, noise, top components/logs and coverage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| role | No | ||
| files | No | ||
| since | No | 7d | |
| until | No | ||
| device | No | ||
| source | No | ||
| min_severity | No | WARN | |
| include_noise | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||