Description
During Release 5.0.0 - Beta 5 - E2E UX tests - Github integration, it has been observed that while the agent was being installed by Agent deploy one-liner (FQDN and group), the command returned for download and installation shows a stage that does not match the one being tested, beta 3 instead of beta 5.
It has been verified that the dashboard installation is correct and that the fault does not originate there:
02/09/2026 08:48:33 INFO: --- Wazuh dashboard ---
02/09/2026 08:48:33 INFO: Downloading wazuh_dashboard package: wazuh-dashboard-5.0.0-beta5.x86_64.rpm
02/09/2026 08:48:47 INFO: wazuh_dashboard package downloaded successfully: /home/vagrant/wazuh-install-packages/wazuh-dashboard-5.0.0-beta5.x86_64.rpm
02/09/2026 08:48:47 INFO: Starting Wazuh dashboard installation.
02/09/2026 08:49:26 INFO: Wazuh dashboard installation finished.
02/09/2026 08:49:26 INFO: Wazuh dashboard post-install configuration finished.
02/09/2026 08:49:26 INFO: Starting service wazuh-dashboard.
02/09/2026 08:49:27 INFO: wazuh-dashboard service started.
How to reproduce
Expected behaviour
The installation command was expected to be in the following format:
curl -o wazuh-agent-5.0.0-beta5.x86_64.rpm https://packages-staging.xdrsiem.wazuh.info/pre-release/5.x/yum/wazuh-agent-5.0.0-beta5.x86_64.rpm && sudo WAZUH_MANAGER='192.168.56.10' WAZUH_REGISTRATION_PASSWORD=$'fe6a99fe42632dd8f3e3c0e7cc10bfda' WAZUH_AGENT_GROUP='default' WAZUH_AGENT_NAME='Oracle-7-agent' rpm -ihv wazuh-agent-5.0.0-beta5.x86_64.rpm
Tasks
Investigate the issue and try to resolve it.
Description
During Release 5.0.0 - Beta 5 - E2E UX tests - Github integration, it has been observed that while the agent was being installed by
Agent deploy one-liner (FQDN and group), the command returned for download and installation shows a stage that does not match the one being tested, beta 3 instead of beta 5.It has been verified that the dashboard installation is correct and that the fault does not originate there:
How to reproduce
Expected behaviour
The installation command was expected to be in the following format:
curl -o wazuh-agent-5.0.0-beta5.x86_64.rpm https://packages-staging.xdrsiem.wazuh.info/pre-release/5.x/yum/wazuh-agent-5.0.0-beta5.x86_64.rpm && sudo WAZUH_MANAGER='192.168.56.10' WAZUH_REGISTRATION_PASSWORD=$'fe6a99fe42632dd8f3e3c0e7cc10bfda' WAZUH_AGENT_GROUP='default' WAZUH_AGENT_NAME='Oracle-7-agent' rpm -ihv wazuh-agent-5.0.0-beta5.x86_64.rpmTasks
Investigate the issue and try to resolve it.