Hello
I have a problem with my wazuh-rsyslog setup setup.
At one site I already have rsyslog server, which gather all the logs from varius Cisco devices.
Its stores its logs into
$template remote-incoming-logs,"/var/log/centralized/%HOSTNAME%/%$YEAR%-%$MONTH%-%$DAY%-%PROGRAMNAME%.log"
So from what information I could gather, what I did, is installed Wazuh agent onto rsyslog and added into ossec.conf
<localfile>
<log_format>syslog</log_format>
<location>/var/log/centralized/*.log</location>
</localfile>
I also tried without *.log, but the result is the same I am not receiving any logs into wazuh through agent.
I tried enabling archives and also there -> no logs from devices.
Anyone has any idea what should i change to get this configuration working ?