winops_evtlog_export
Export any Windows Event Log channel to an .evtx file, enabling backup and offline analysis.
Instructions
Export a Windows Event Log channel to an .evtx file.
Return Format
{"success": bool, "log_name": str, "output_path": str}Examples
export(log_name="System", output_path="D:\\logs\\system.evtx")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log_name | Yes | Log channel to export. | |
| output_path | Yes | Destination .evtx file path. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||