Hi, after installed Wazuh server and deployed its agent on the windows server 2019 endpoint, after checked the log on wazuh server dashboard, the no. of log on dashboard shown is fewer than the endpoint, especially the security log, I checked it only shows the login/logout message, or the following event id
4624, 4634, 4719 and 4656
We also updated the configuration of both endpoint and server
Endpoint (C:\Program Files (x86)\ossec-agent\ossec.conf)
<localfile>
<location>Security</location>
<log_format>eventlog</log_format>
</localfile>
Server (/var/ossec/etc/ossec.conf)
<ossec_config>
<global>
...
<logall>yes</logall>
<logall_json>yes</logall_json>
...
</global>
<alerts>
<log_alerts_level>2</log_alert_level>
...
</alerts>
</ossec_config>
After restarted both of service in endpoint and server and wait half of the day and login wazuh server UI again, it stills shown the above log type... Is there any missing configuration on both side? We expect the all windows log are logged to the wazuh server and can display on dashboard properly...
The installation of wazuh server are using AIO method of the following
Please give me some suggestion, thank you!