Closed davidjiglesias closed 10 months ago
root@ubuntu2204:/home/vagrant# curl -sO https://packages.wazuh.com/4.7/wazuh-install.sh && sudo bash ./wazuh-install.sh -a
20/12/2023 15:37:47 INFO: Starting Wazuh installation assistant. Wazuh version: 4.7.1
20/12/2023 15:37:47 INFO: Verbose logging redirected to /var/log/wazuh-install.log
20/12/2023 15:37:57 INFO: Wazuh web interface port will be 443.
20/12/2023 15:37:59 INFO: --- Dependencies ----
20/12/2023 15:37:59 INFO: Installing apt-transport-https.
20/12/2023 15:38:01 INFO: Wazuh repository added.
20/12/2023 15:38:01 INFO: --- Configuration files ---
20/12/2023 15:38:01 INFO: Generating configuration files.
20/12/2023 15:38:02 INFO: Created wazuh-install-files.tar. It contains the Wazuh cluster key, certificates, and passwords necessary for installation.
20/12/2023 15:38:02 INFO: --- Wazuh indexer ---
20/12/2023 15:38:02 INFO: Starting Wazuh indexer installation.
20/12/2023 15:38:45 INFO: Wazuh indexer installation finished.
20/12/2023 15:38:45 INFO: Wazuh indexer post-install configuration finished.
20/12/2023 15:38:45 INFO: Starting service wazuh-indexer.
20/12/2023 15:38:53 INFO: wazuh-indexer service started.
20/12/2023 15:38:53 INFO: Initializing Wazuh indexer cluster security settings.
20/12/2023 15:39:03 INFO: Wazuh indexer cluster initialized.
20/12/2023 15:39:03 INFO: --- Wazuh server ---
20/12/2023 15:39:03 INFO: Starting the Wazuh manager installation.
20/12/2023 15:39:29 INFO: Wazuh manager installation finished.
20/12/2023 15:39:29 INFO: Starting service wazuh-manager.
20/12/2023 15:39:44 INFO: wazuh-manager service started.
20/12/2023 15:39:44 INFO: Starting Filebeat installation.
20/12/2023 15:39:47 INFO: Filebeat installation finished.
20/12/2023 15:39:48 INFO: Filebeat post-install configuration finished.
20/12/2023 15:39:48 INFO: Starting service filebeat.
20/12/2023 15:39:49 INFO: filebeat service started.
20/12/2023 15:39:49 INFO: --- Wazuh dashboard ---
20/12/2023 15:39:49 INFO: Starting Wazuh dashboard installation.
20/12/2023 15:40:19 INFO: Wazuh dashboard installation finished.
20/12/2023 15:40:19 INFO: Wazuh dashboard post-install configuration finished.
20/12/2023 15:40:19 INFO: Starting service wazuh-dashboard.
20/12/2023 15:40:19 INFO: wazuh-dashboard service started.
20/12/2023 15:40:37 INFO: Initializing Wazuh dashboard web application.
20/12/2023 15:40:38 INFO: Wazuh dashboard web application initialized.
20/12/2023 15:40:38 INFO: --- Summary ---
20/12/2023 15:40:38 INFO: You can access the web interface https://<wazuh-dashboard-ip>:443
User: admin
Password: .EcE3Xr+X?P1?gqW1UJGGOXbLcWNQ4UR
20/12/2023 15:40:38 INFO: Installation finished.
root@ubuntu2204:/home/vagrant# /var/ossec/bin/wazuh-control info
WAZUH_VERSION="v4.7.1"
WAZUH_REVISION="40709"
WAZUH_TYPE="server"
root@ubuntu2204:/home/vagrant# cat /usr/share/wazuh-indexer/VERSION
4.7.1
root@ubuntu2204:/home/vagrant# cat /usr/share/wazuh-dashboard/VERSION
4.7.1
Notes: :warning:
LGTM
Description
This issue attempts to ensure the publication process was correct, attempting checks and live tests for published packages and images.
Tasks
Wazuh Installation Assistant
and check the version installed is 4.7.1.