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
  • Loading branch information
JuanGarriuz authored Aug 17, 2023
1 parent 806c063 commit b4fa960
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 - OpenSearch Dashboards 2.6.0 - 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 @@ -239,6 +239,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 @@ -254,7 +255,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 b4fa960

Please sign in to comment.