Generate a Wazuh report
wazuh_generate_reportGenerate a consolidated security report from Wazuh data, covering executive summaries, threats, agent health, vulnerabilities, compliance, file integrity, and authentication.
Instructions
Build a ready-to-share report by combining several Wazuh sources into one narrative with a markdown rendering. Report types: executive_summary (posture overview for leadership), threat_activity (top threats, MITRE breakdown, attacking IPs), agent_health (connectivity and version drift), vulnerability_exposure (CVE exposure by severity and host), compliance (control coverage for a framework), file_integrity (FIM change activity), authentication (login failures and brute-force patterns). Use this instead of stitching many tool calls together by hand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Window end. Defaults to now. | |
| top | No | Rows per breakdown table. | |
| start | No | Window start: relative ('7d', '24h') or ISO-8601. Defaults to 7d. | |
| agent_id | No | Scope the report to specific agents. Omit for the whole fleet. | |
| framework | No | Required for report_type='compliance'. | |
| report_type | No | Which report to build. | executive_summary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||