-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix deploy new agent section #4933
Conversation
…into 4931-fix-section-deploy-new-agent
…m/wazuh/wazuh-kibana-app into 4931-fix-section-deploy-new-agent
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-4.4-7.16 4.4-7.16
# Navigate to the new working tree
cd .worktrees/backport-4.4-7.16
# Create a new branch
git switch --create backport-4933-to-4.4-7.16
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 549edd0e1cc989c8f97056aff2185a9485108658
# Push it to GitHub
git push --set-upstream origin backport-4933-to-4.4-7.16
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.4-7.16 Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-4.4-2.4-wzd 4.4-2.4-wzd
# Navigate to the new working tree
cd .worktrees/backport-4.4-2.4-wzd
# Create a new branch
git switch --create backport-4933-to-4.4-2.4-wzd
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 549edd0e1cc989c8f97056aff2185a9485108658
# Push it to GitHub
git push --set-upstream origin backport-4933-to-4.4-2.4-wzd
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.4-2.4-wzd Then, create a pull request where the |
* accordion and alpine os * changes * changes * changes * changes * alpine versions commands * commands for alpine and architecture macos * message install and start alpine * CHANGELOG * command debian * command raspbian * Added link for additional steps to alpine os and changelog * clear code * clean code * fixed windows command * deploy new agent section: command fixed for solaris * Fix the agent installation command for macOS (#4968) * Fixed the agent installation command for macOS * CHANGELOG * Update CHANGELOG.md * Fix agent deployment instructions for HP-UX and Solaris (#4943) * removing auto-deploy variables in hp and solaris * hide wazuh server address sections, assign group and assign name to agent when os is hp or solaris * update hp command * removing auto-deploy variables in alpine * move message additional installation steps * links and messages os * changelog * red hat, centos and windows commands fixed * Deploy new agent section: change the commands for all os * Deploy new agent section: change commands for all os * clean code * update commands * Deploy new agents: Update commands * Deploy new agents: Update commands * comand windows * oracleLinux command * warningcOMAND Co-authored-by: Álex <alejandro.ruiz.becerra@wazuh.com> (cherry picked from commit 549edd0)
* Fix deploy new agent section (#4933) * accordion and alpine os * changes * changes * changes * changes * alpine versions commands * commands for alpine and architecture macos * message install and start alpine * CHANGELOG * command debian * command raspbian * Added link for additional steps to alpine os and changelog * clear code * clean code * fixed windows command * deploy new agent section: command fixed for solaris * Fix the agent installation command for macOS (#4968) * Fixed the agent installation command for macOS * CHANGELOG * Update CHANGELOG.md * Fix agent deployment instructions for HP-UX and Solaris (#4943) * removing auto-deploy variables in hp and solaris * hide wazuh server address sections, assign group and assign name to agent when os is hp or solaris * update hp command * removing auto-deploy variables in alpine * move message additional installation steps * links and messages os * changelog * red hat, centos and windows commands fixed * Deploy new agent section: change the commands for all os * Deploy new agent section: change commands for all os * clean code * update commands * Deploy new agents: Update commands * Deploy new agents: Update commands * comand windows * oracleLinux command * warningcOMAND Co-authored-by: Álex <alejandro.ruiz.becerra@wazuh.com> (cherry picked from commit 549edd0) * styles * hp command
Description
Issues Resolved
#4931
Evidence
Grabacion.de.pantalla.2022-11-30.a.la.s.10.46.16.mov
Steps to test
Check List
yarn test:jest