Skip to content

Commit

Permalink
Update step 7 in deployment of Oracle Linux 6+ (#5764)
Browse files Browse the repository at this point in the history
* Oracle Linux 6+ 7 Step improved

* Update CHANGELOG.md

* Modify Changelog

(cherry picked from commit b4fa960)
  • Loading branch information
JuanGarriuz committed Aug 17, 2023
1 parent f6cd525 commit 1d9049f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All notable changes to the Wazuh app project will be documented in this file.

- Support for Wazuh 4.5.2

### Fixed

- Fixed an error with the commands in the Deploy new agent section for Oracle Linux 6+ agents [#5764](https://github.com/wazuh/wazuh-kibana-app/pull/5764)

## Wazuh v4.5.1 - Kibana 7.10.2, 7.16.x, 7.17.x - Revision 01

### Added
Expand Down
2 changes: 1 addition & 1 deletion public/controllers/agent/components/register-agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ export const RegisterAgent = withErrorBoundary(
this.state.selectedVersion === 'suse11' ||
this.state.selectedVersion === 'suse12' ||
this.state.selectedVersion === 'oraclelinux5' ||
this.state.selectedVersion === 'oraclelinux6' ||
this.state.selectedVersion === '22' ||
this.state.selectedVersion === 'amazonlinux2' ||
this.state.selectedVersion === 'debian8' ||
Expand All @@ -253,7 +254,6 @@ export const RegisterAgent = withErrorBoundary(
this.state.selectedVersion === 'redhat6' ||
this.state.selectedVersion === 'centos5' ||
this.state.selectedVersion === 'centos6' ||
this.state.selectedVersion === 'oraclelinux6' ||
this.state.selectedVersion === 'amazonlinux1' ||
this.state.selectedVersion === 'debian7' ||
this.state.selectedVersion === 'ubuntu14'
Expand Down

0 comments on commit 1d9049f

Please sign in to comment.