Hi,
I checked this problem. It was solved in 4.0.0 (
#5548). I confirm that it's failing in 3.12:
{
"os": {
"arch": "x86_64",
"major": "5",
"minor": "11",
"name": "CentOS Linux",
"platform": "centos",
"uname": "Linux |centos5 |2.6.18-419.el5.centos.plus |#1 SMP Sat Feb 25 15:50:12 UTC 2017 |x86_64",
"version": "5.11"
},
"node_name": "node01",
"dateAdd": "2021-03-17T12:47:00Z",
"name": "centos5",
"manager": "groovy",
"status": "active",
"ip": "any",
"registerIP": "any",
"version": "Wazuh v3.13.2",
"lastKeepAlive": "2021-03-17T12:48:34Z",
"group": [
"default"
],
"mergedSum": "x",
"id": "002"
}
While it's working in 4.1.2:
{
"os": {
"arch": "x86_64",
"major": "5",
"minor": "11",
"name": "CentOS Linux",
"platform": "centos",
"uname": "Linux |centos5 |2.6.18-419.el5.centos.plus |#1 SMP Sat Feb 25 15:50:12 UTC 2017 |x86_64",
"version": "5.11"
},
"node_name": "node01",
"dateAdd": "1970-01-01T00:00:00Z",
"name": "centos5",
"manager": "groovy",
"status": "active",
"ip": "10.0.2.15",
"registerIP": "any",
"version": "Wazuh v4.1.2",
"lastKeepAlive": "2021-03-17T12:44:16Z",
"group": [
"default"
],
"mergedSum": "x",
"id": "001"
}
Hope it helps.
Best regards,