I am running into a new issue on Wazuh agent v3.11-3.1.
1. When I install an agent using the generated script on Windows, the agents seem to be incrementing the ID# and I see the agent install.
(eg:
Invoke-WebRequest -Uri https://packages.wazuh.com/3.x/windows/wazuh-agent-3.11.3-1.msi -OutFile wazuh-agent.msi; wazuh-agent.msi /q ADDRESS='10.7.100.20' AUTHD_SERVER='10.7.100.20' )
2. I see the DOS window flash up on the Windows machine and I see the agent added successfully in Kibana/Wazuh App.
3. When I go to run the same script on another workstation, the ID# increments but the Agent from the previous install disappears.
The "Active Agents" count is still 6. I have no disconnected agents and no agents that have failed to connect. But I should have 8 agents and not 6. The agents previously connected fine but disappear out of the system as soon as I run the powershell script again on another workstation. This is on Windows 10 Pro.
This seemed to work fine for me up to 6 agents.
Is there some solution to this or has anyone seen this issue? I ran the previous version (this is a clean install on CentOS) but this bug seems new with v3.11. I previously had over 50 agents connected in my environment.