Hello,
I'm working with Zabbix 7.0.9 to monitor Windows servers using the Zabbix agent, and I am looking to automate the export of Windows Event Logs to CSV or JSON on demand.
My goal is to be able to export these logs on demand with specific filters, either by host group, individual host, or also by date range.
Context:
I'm working with Zabbix 7.0.9 to monitor Windows servers using the Zabbix agent, and I am looking to automate the export of Windows Event Logs to CSV or JSON on demand.
My goal is to be able to export these logs on demand with specific filters, either by host group, individual host, or also by date range.
Context:
- Zabbix Version: 7.0.9, with the stack running with Docker.
- Hosts: Windows servers with an active Zabbix agent, generating Windows Event Logs.
- Objective: Export the Windows Event Logs on demand, filtering by:
- Host group: Export logs from all hosts in a specific group.
- Individual host: Export logs from a specific host.
- Date range: Export logs within a specific date range.
- Solutions or Zabbix modules that allow filtering Windows Event Logs by host, host group, and date range, and exporting them to CSV or JSON on demand.
Comment