I have already configured it as follows:
<remote>
<connection>syslog</connection>
<port>514</port>
<protocol>udp</protocol>
<allowed-ips>xxx.xx.xx.xxx</allowed-ips>
<allowed-ips>xx.xxx.x.xxx</allowed-ips>
</remote>
Now, the main issue is that I haven’t configured the decoder or the rules yet,
and I ran `cat /var/ossec/logs/archives/archives.json | grep “xx.xxx.1.xxx”`
root@xxxx:/var/ossec/etc# cat /var/ossec/logs/archives/archives.json | grep "xx.xxx.1.xxx"
{"timestamp":"2026-05-19T22:44:48.060+0700","agent":{"id":"000","name":"svr-waz-prd"},"manager":{"name":"svr-waz-prd"},"id":"1779205488.846203021","full_log":"1 2026-05-19T22:44:36.713+07:00 FW.JUN.DCS - - - - last message repeated 16 times","decoder":{},"location":"xx.xxx.1.xxx"}
{"timestamp":"2026-05-19T22:45:00.848+0700","agent":{"id":"000","name":"svr-waz-prd"},"manager":{"name":"svr-waz-prd"},"id":"1779205500.846322788","full_log":"1 2026-05-19T22:44:51.714+07:00 FW.JUN.DCS - - - - last message repeated 2 times","decoder":{},"location":"xx.xxx.1.xxx"}
{"timestamp":"2026-05-19T22:45:00.849+0700","agent":{"id":"000","name":"svr-waz-prd"},"manager":{"name":"svr-waz-prd"},"id":"1779205500.846322788","full_log":"1 2026-05-19T22:45:00.829+07:00 FW.JUN.DCS /usr/sbin/cron 35155 - - (root) CMD (newsyslog -X)","decoder":{},"location":"xx.xxx.1.xxx"}
{"timestamp":"2026-05-19T22:45:00.849+0700","agent":{"id":"000","name":"svr-waz-prd"},"manager":{"name":"svr-waz-prd"},"id":"1779205500.846322788","full_log":"1 2026-05-19T22:45:00.829+07:00 FW.JUN.DCS /usr/sbin/cron 35156 - - (root) CMD ( /usr/libexec/atrun)","decoder":{},"location":"xx.xxx.1.xxx"}
{"timestamp":"2026-05-19T22:45:06.729+0700","agent":{"id":"000","name":"svr-waz-prd"},"manager":{"name":"svr-waz-prd"},"id":"1779205506.846322788","full_log":"1 2026-05-19T22:45:06.714+07:00 FW.JUN.DCS /kernel - - - ifl_pfestat_add_async_sync_dependency: No dependency for this ifl","decoder":{},"location":"xx.xxx.1.xxx"}
{"timestamp":"2026-05-19T22:45:18.062+0700","agent":{"id":"000","name":"svr-waz-prd"},"manager":{"name":"svr-waz-prd"},"id":"1779205518.846323069","full_log":"1 2026-05-19T22:45:06.714+07:00 FW.JUN.DCS /kernel - - - ifl_pfestat_add_async_sync_dependency: No dependency for this ifl","decoder":{},"location":"xx.xxx.1.xxx"}
This confirms that the log has been added to the Wazuh archive, but here’s my point.
Can you tell me about the decoders and rules used by Juniper and Shopos?