Hello,
To see syslog devices on Wazuh you need to configure your device to send logs via syslog and Wazuh to receive them via Remote syslog, here you can find more information on how to configure it:
https://documentation.wazuh.com/current/user-manual/capabilities/log-data-collection/how-it-works.html#remote-syslog. Remember to restart the Wazuh service after changing the configuration so changes can take effect.
To check if you're receiving the logs, you may enable the logall option on /var/ossec/etc/ossec.conf and look for the logs on /var/ossec/logs/archives/archives.log. For more information, see
https://documentation.wazuh.com/current/user-manual/reference/ossec-conf/global.html#logall. With the logall option enabled, Wazuh stores all received events even if they do not trip a rule, so remember to disable it after you run your tests to avoid excessive disk storage consumption.
Once Wazuh receives the logs, it processes them through decoders and rules. The Wazuh ruleset includes rules for many popular devices, you can see it here:
https://github.com/wazuh/wazuh/tree/master/ruleset. If your device is not already included in the stock Wazuh ruleset, you can create custom rules and decoders to analyze your logs, here's more information on how to do so:
https://documentation.wazuh.com/current/user-manual/ruleset/custom.htmlThe logs and alerts generated by the device will appear under the Wazuh manager, agent '000' . You can create filters in Kibana to easily visualize the alerts generated by your device.
I hope you find this information useful! Let us know if you have any questions.
Best regards,
Sandra.