Closed teddytpc1 closed 8 months ago
[root@ip-172-31-47-43 ec2-user]# cat /etc/os-release
NAME="Amazon Linux"
VERSION="2"
ID="amzn"
ID_LIKE="centos rhel fedora"
VERSION_ID="2"
PRETTY_NAME="Amazon Linux 2"
ANSI_COLOR="0;33"
CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2"
HOME_URL="https://amazonlinux.com/"
SUPPORT_END="2025-06-30"
[root@ip-172-31-47-43 ec2-user]#
root@ip-172-31-40-14:/home/ubuntu# cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.2 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.2 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
root@ip-172-31-40-14:/home/ubuntu#
[root@ip-172-31-45-210 ec2-user]# cat /etc/os-release
NAME="Red Hat Enterprise Linux"
VERSION="9.2 (Plow)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="9.2"
PLATFORM_ID="platform:el9"
PRETTY_NAME="Red Hat Enterprise Linux 9.2 (Plow)"
ANSI_COLOR="0;31"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:redhat:enterprise_linux:9::baseos"
HOME_URL="https://www.redhat.com/"
DOCUMENTATION_URL="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 9"
REDHAT_BUGZILLA_PRODUCT_VERSION=9.2
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="9.2"
[root@ip-172-31-45-210 ec2-user]#
The RHEL9 system (4GB of RAM) failed on a first test because it did not have the enough free RAM memory. Known issue: https://github.com/wazuh/wazuh-packages/issues/2119 :yellow_circle:
[root@ip-172-31-36-46 ec2-user]# curl -sO https://packages-dev.wazuh.com/4.8/wazuh-install.sh && bash wazuh-install.sh -a
05/03/2024 15:48:30 INFO: Starting Wazuh installation assistant. Wazuh version: 4.8.0
05/03/2024 15:48:30 INFO: Verbose logging redirected to /var/log/wazuh-install.log
05/03/2024 15:48:41 INFO: --- Dependencies ---
05/03/2024 15:48:41 INFO: Installing lsof.
05/03/2024 15:48:58 INFO: Verifying that your system meets the recommended minimum hardware requirements.
05/03/2024 15:48:58 ERROR: Your system does not meet the recommended minimum hardware requirements of 4Gb of RAM and 2 CPU cores. If you want to proceed with the installation use the -i option to ignore these requirements.
[root@ip-172-31-36-46 ec2-user]#
Using the -i
option solves the problem:
[root@ip-172-31-34-139 ec2-user]# rpm -qa --last | head -n 20
wazuh-dashboard-4.8.0-1.x86_64 Tue 05 Mar 2024 03:54:12 PM UTC
filebeat-7.10.2-1.x86_64 Tue 05 Mar 2024 03:52:27 PM UTC
wazuh-manager-4.8.0-1.x86_64 Tue 05 Mar 2024 03:51:34 PM UTC
wazuh-indexer-4.8.0-1.x86_64 Tue 05 Mar 2024 03:50:11 PM UTC
gpg-pubkey-29111145-591cd381 Tue 05 Mar 2024 03:48:40 PM UTC
gpg
package is installed. It is part from the dependency set of the Installation Assistant, used to import the Wazuh GPG keys.root@ip-172-31-32-170:/home/ubuntu# grep " install " /var/log/dpkg.log | tail
2024-03-05 15:49:01 install apt-transport-https:all <none> 2.4.11
2024-03-05 15:49:29 install wazuh-indexer:amd64 <none> 4.8.0-1
2024-03-05 15:51:49 install wazuh-manager:amd64 <none> 4.8.0-1
2024-03-05 15:53:54 install filebeat:amd64 <none> 7.10.2
2024-03-05 15:54:24 install wazuh-dashboard:amd64 <none> 4.8.0-1
apt-transport-https
package is installed. It is part from the dependency set of the Installation Assistant, used to download packages from repositories that use HTTPS protocol via APT.[root@ip-172-31-36-46 ec2-user]# rpm -qa --last | head -n 20
wazuh-dashboard-4.8.0-1.x86_64 Tue 05 Mar 2024 03:56:49 PM UTC
filebeat-7.10.2-1.x86_64 Tue 05 Mar 2024 03:54:09 PM UTC
wazuh-manager-4.8.0-1.x86_64 Tue 05 Mar 2024 03:53:04 PM UTC
wazuh-indexer-4.8.0-1.x86_64 Tue 05 Mar 2024 03:51:32 PM UTC
gpg-pubkey-29111145-591cd381 Tue 05 Mar 2024 03:49:28 PM UTC
gpg
package is installed. It is part from the dependency set of the Installation Assistant, used to import the Wazuh GPG keys.:yellow_circle: In the wazuh-cluster.log
file, it has been detected again the following warning: Authentication finally failed for admin from 127.0.0.1:53884
. Related: https://github.com/wazuh/wazuh-indexer/issues/167. After a while, the warnings are not generated anymore for unknown reasons. This behavior may be related to https://github.com/wazuh/wazuh/issues/21829, when the IndexerConnector
finally initializes.
LGTM!
Installation assistant information
Description
Test installation assistant with the
-a
option in the following OSs:Checks
Checks legend:
Status legend: :black_circle: - Pending/In progress :white_circle: - Skipped :red_circle: - Rejected :yellow_circle: - Known issue :green_circle: - Approved
Conclusion
Some issues were found and they were reported.
Auditor's validation
In order to close and proceed with the release or the next candidate version, the following auditors must give the green light to this RC.