Hi, I'm running the latest 4.8.0 version of Wazuh Docker in an Ubuntu Server machine, which also has the latest apt updates. Wazuh Docker was installed there using the official guides, and then changing new passwords/hashes and some rule configs and so on. But overall Wazuh Docker seems to work perfectly: the web gui is responsive, it gets data from all agents, and shows all that data nicely in the web gui. In the host Ubuntu machine there is also an up-to-date Wazuh Agent (4.8.0) running to keep an eye of that host machine itself, and it naturally talks back to the actual Wazuh Docker in those Docker containers inside it.
However, in that Ubuntu host machine running the command "docker logs single-node_wazuh.manager_1" gives interesting and seemingly periodic errors which are shown below. It'd be nice to solve this root problem somehow, although Wazuh continues to operate well, but the flood of errors is just a bit concerning. They also seem oddly periodic in nature and timing. Any ideas, anyone..? And there are a LOT of these in the log, so I've snipped just some examples here:
"2024/06/14 00:58:33 :router: ERROR: Error sending message to provider: Error parsing message, 1: 476: error: invalid number: "14ba"
2024/06/14 00:58:33 wazuh-db: ERROR: (5216): DB(003) Could not bind delta field 'local_port' from 'ports' scan.
2024/06/14 01:59:08 :router: ERROR: Error sending message to provider: Error parsing message, 1: 468: error: invalid number: "14ba"
2024/06/14 01:59:08 :router: ERROR: Error sending message to provider: Error parsing message, 1: 459: error: invalid number: "null"
2024/06/14 01:59:08 :router: ERROR: Error sending message to provider: Error parsing message, 1: 467: error: invalid number: "null"
2024/06/14 01:59:09 wazuh-db: ERROR: (5216): DB(003) Could not bind delta field 'local_port' from 'ports' scan.
2024/06/14 02:59:49 :router: ERROR: Error sending message to provider: Error parsing message, 1: 468: error: invalid number: "14ba"
2024/06/14 02:59:49 :router: ERROR: Error sending message to provider: Error parsing message, 1: 459: error: invalid number: "null"
2024/06/14 02:59:50 :router: ERROR: Error sending message to provider: Error parsing message, 1: 467: error: invalid number: "null"
2024/06/14 02:59:50 wazuh-db: ERROR: (5216): DB(003) Could not bind delta field 'local_port' from 'ports' scan.
2024/06/14 04:00:31 wazuh-db: ERROR: (5216): DB(003) Could not bind delta field 'local_port' from 'ports' scan.
2024/06/14 04:00:31 :router: ERROR: Error sending message to provider: Error parsing message, 1: 461: error: invalid number: "14ba"
2024/06/14 04:00:31 wazuh-db: ERROR: (5216): DB(003) Could not bind delta field 'local_port' from 'ports' scan.
2024/06/14 04:00:31 :router: ERROR: Error sending message to provider: Error parsing message, 1: 468: error: invalid number: "14ba"
2024/06/14 04:00:31 :router: ERROR: Error sending message to provider: Error parsing message, 1: 459: error: invalid number: "null"
2024/06/14 05:01:13 wazuh-db: ERROR: (5216): DB(003) Could not bind delta field 'local_port' from 'ports' scan.
2024/06/14 05:01:13 :router: ERROR: Error sending message to provider: Error parsing message, 1: 468: error: invalid number: "14ba"
2024/06/14 05:01:13 :router: ERROR: Error sending message to provider: Error parsing message, 1: 459: error: invalid number: "null"
2024/06/14 05:01:13 :router: ERROR: Error sending message to provider: Error parsing message, 1: 467: error: invalid number: "null""
Very weird. I can't think that these could be related to ufw firewall settings either, as it allows all inbound ports and more used by Wazuh: 443, 514, 1514, 1515, 9200, 55000.
-----------------------------------
Also on another note: hopefully Wazuh Agent in OPNsense OS (plugin "os-wazuh-agent"), which shows as operating system "BSD 13.2" in Wazuh gui, would begin to support "Vulnerability Detection" and "Configuration Assessment" features in some future. They already work perfectly for that Ubuntu Server, Windows (not including virtual machines though) and MacOS. Currently those two features are not operative for OPNsense, as Wazuh gui states "Module not supported by agent", but other features work well with it and transfer data to Wazuh nicely.
Thanks to all devs, you rock,
Aleksi