wazuh-dashboard-plugins icon indicating copy to clipboard operation
wazuh-dashboard-plugins copied to clipboard

Validate the information to add a new Agent Choose the versionWindows

Open mauceballos opened this issue 2 years ago • 0 comments

  • Path: Agent Page

  • Section: Agent Creation

  • Feature: Check Deploy new agent page for Windos SO

  • Scenario: "Validate the information to add a new Agent Choose the versionWindows"

  • Test Case:

Given the browser is on the new deploy agent page And a "description ", a "message ", a "Wazuh documentation " link, a console command ", a "Windows message ", and a Copy command button are displayed on the fourth step

description You can use this command to install and enroll the Wazuh agent in one or more hosts.
message Running this command on a host with an agent already installed upgrades the agent package without enrolling the agent. To enroll it, see the Wazuh documentation.
Wazuh documentation link to documentation
console command Invoke-WebRequest -Uri https://packages.wazuh.com/4.x/windows/wazuh-agent-4.3.0-1.msi -OutFile wazuh-agent-4.3.0.msi; ./wazuh-agent-4.3.0.msi /q WAZUH_MANAGER='172.19.0.4' WAZUH_REGISTRATION_SERVER='172.19.0.4'
Windows message You will need administrator privileges to perform this installation.

When the user the group in the third step Then the console command changes with the new setting and it is displayed on the fifth step

console command
Invoke-WebRequest -Uri https://packages.wazuh.com/4.x/windows/wazuh-agent-4.3.0-1.msi -OutFile wazuh-agent-4.3.0.msi; ./wazuh-agent-4.3.0.msi /q WAZUH_MANAGER='172.19.0.4' WAZUH_REGISTRATION_SERVER='172.19.0.4' WAZUH_AGENT_GROUP='default'

mauceballos avatar Apr 12 '22 19:04 mauceballos