-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support ARM architecture for Wazuh central components #155
Comments
Packages were created: info. |
Update reportAn attempt was made to run the Wazuh installation wizard on a CentOS8 arm and at first it was necessary to modify the script due to several validations for the architecture. |
Update reportThe necessary modifications were made to the installation wizard and tests are being carried out on ARM to see that everything installs correctly.
|
Update report
|
On hold for this issue |
Update reportCurrently working on distributed and offline testing. The modifications have already been made and are working, some of the changes made in the branch were taken |
Update reportImportant For test this variables where ser:
And need to hardcode this variable
Important Revision change for offline install:
Important Wazuh_gpg_key changed: Important Another change in offline validation:
to:
These ios because the name of the filebeat change without -oss Test cases for ARM64:Sysmtem details:
Test AIO Install 🟢
Test Uninstall 🟢
Test Distributed 🟢Test install Indexer 🟢
Test install Server 🟢
Test install Dashboard 🟢
Test Offline 🟢Download package 🟢
Install offline 🟢
Test cases for AMD64:Important Note:
And need to hardcode this variable
Sysmtem details:
Test AIO Remove and Install 🟢
Test Uninstall 🟢
Test Distributed 🟢Test install Indexer 🟢
Test install Server 🟢
Test install Dashboard 🟢
Test Offline 🟢Download package 🟢
Install offline 🟢
|
Description
In the Wazuh 4.10.2 version, Wazuh central components support ARM64 architecture, so it is necessary to verify that the operating systems supported by Wazuh installation assistant for AMD64 architecture also support ARM64.
Tasks
Related
Modify installation scripts for ARM architecture.
The text was updated successfully, but these errors were encountered: