Skip to content

Agent deploy one-liner (FQDN and group) returns a command with the incorrect stage #1552

Description

@adiazgamez

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.

Image

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

Instances Installation Type OS
Machine 1 (manager + indexer + dashboard) Installation assistant - AIO Single node Redhat 9 AMD64
Agent Wazuh WUI one-liner deploy using FQDN and GROUP (created beforehand, don't use default): https://documentation.xdrsiem.wazuh.info/repos/wazuh-dashboard-plugins/v5.0.0-beta5/ref/agent-deploy-one-liner.html - Oracle 7 AMD64

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions