Good morning,
Sorry, I've wasted a lot of time with this issue and I need your light.
I'm trying to get Windows Defender Logs on the Wazuh Manager.
I've changed the configuration on one Windows Wazuh Agent (C:\ossec-agent\ossec.conf) such as:
<!--
Wazuh - Agent - Default configuration for Windows
-->
<ossec_config>
<!-- Log analysis -->
<localfile>
<location>Microsoft-Windows-Windows Defender/Operational</location>
<log_format>eventchannel</log_format>
</localfile>
[...OUTPUT TRUNCATED...]
I've restarted the Wazuh Agent and I can see this information on its logs (C:\ossec-agent\ossec.log):
2017/08/18 11:03:57 ossec-agentd(4102): INFO: Connected to the server (192.168.34.7:1514).
2017/08/18 11:03:58 ossec-agent: INFO: System is Vista or newer (Microsoft Windows Server 2012 Datacenter Edition (full) (Build 9200) - Wazuh v2.0).
2017/08/18 11:03:58 ossec-logcollector(1951): INFO: Analyzing event log: 'Microsoft-Windows-Windows Defender/Operational'.
2017/08/18 11:03:58 ossec-logcollector(1951): INFO: Analyzing event log: 'Application'.
2017/08/18 11:03:58 ossec-logcollector(1951): INFO: Analyzing event log: 'Security'.
2017/08/18 11:03:58 ossec-logcollector(1951): INFO: Analyzing event log: 'System'.
2017/08/18 11:03:58 ossec-logcollector(1950): INFO: Analyzing file: 'C:\ossec-agent\active-response\active-responses.log'.
2017/08/18 11:03:58 ossec-logcollector: INFO: Started (pid: 2624).
I've triggered a false virus using the EICAR test file:

As we expected, we can note some new Alerts on Windows Defender:


So far, everything worked fine but we were not able to see any related alert on the Wazuh Manager (/var/ossec/logs/alerts/alerts.log).
What do we would have to do to get this alert?
Please, let me know whatever further information you could need
Any clue regarding how to fix this matter will be welcoming
Thanks and have a nice weekend.