Skip to content
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

Dependencies installation is reworked in Installation assistant. #90

Merged
merged 3 commits into from
Sep 30, 2024

Conversation

c-bordon
Copy link
Member

related: wazuh/wazuh-packages#3002
related: #78

Test

root@ubuntu-jammy:~# bash wazuh-install.sh -a
30/09/2024 15:58:22 INFO: Starting Wazuh installation assistant. Wazuh version: 4.9.0
30/09/2024 15:58:22 INFO: Verbose logging redirected to /var/log/wazuh-install.log
30/09/2024 15:58:22 INFO: Wazuh web interface port will be 443.
30/09/2024 15:58:26 INFO: Verifying that your system meets the recommended minimum hardware requirements.
30/09/2024 15:58:29 INFO: Wazuh repository added.
30/09/2024 15:58:29 INFO: --- Configuration files ---
30/09/2024 15:58:29 INFO: Generating configuration files.
30/09/2024 15:58:29 INFO: Generating the root certificate.
30/09/2024 15:58:29 INFO: Generating Admin certificates.
30/09/2024 15:58:29 INFO: Generating Wazuh indexer certificates.
30/09/2024 15:58:29 INFO: Generating Filebeat certificates.
30/09/2024 15:58:29 INFO: Generating Wazuh dashboard certificates.
30/09/2024 15:58:30 INFO: Created wazuh-install-files.tar. It contains the Wazuh cluster key, certificates, and passwords necessary for installation.
30/09/2024 15:58:30 INFO: --- Wazuh indexer ---
30/09/2024 15:58:30 INFO: Starting Wazuh indexer installation.
30/09/2024 15:58:45 INFO: Wazuh indexer installation finished.
30/09/2024 15:58:45 INFO: Wazuh indexer post-install configuration finished.
30/09/2024 15:58:45 INFO: Starting service wazuh-indexer.
30/09/2024 15:58:55 INFO: wazuh-indexer service started.
30/09/2024 15:58:55 INFO: Initializing Wazuh indexer cluster security settings.
30/09/2024 15:58:58 INFO: Wazuh indexer cluster security configuration initialized.
30/09/2024 15:58:58 INFO: Wazuh indexer cluster initialized.
30/09/2024 15:58:58 INFO: --- Wazuh server ---
30/09/2024 15:58:58 INFO: Starting the Wazuh manager installation.
30/09/2024 15:59:43 INFO: Wazuh manager installation finished.
30/09/2024 15:59:43 INFO: Wazuh manager vulnerability detection configuration finished.
30/09/2024 15:59:43 INFO: Starting service wazuh-manager.
30/09/2024 15:59:59 INFO: wazuh-manager service started.
30/09/2024 15:59:59 INFO: Checking Wazuh API connection
30/09/2024 15:59:59 INFO: Wazuh API connection successful
30/09/2024 15:59:59 INFO: Starting Filebeat installation.
30/09/2024 16:00:19 INFO: Filebeat installation finished.
30/09/2024 16:00:21 INFO: Filebeat post-install configuration finished.
30/09/2024 16:00:21 INFO: Starting service filebeat.
30/09/2024 16:00:22 INFO: filebeat service started.
30/09/2024 16:00:22 INFO: Checking Filebeat connection
30/09/2024 16:00:23 INFO: Filebeat connection successful
30/09/2024 16:00:23 INFO: --- Wazuh dashboard ---
30/09/2024 16:00:23 INFO: Starting Wazuh dashboard installation.
30/09/2024 16:01:08 INFO: Wazuh dashboard installation finished.
30/09/2024 16:01:08 INFO: Wazuh dashboard post-install configuration finished.
30/09/2024 16:01:08 INFO: Starting service wazuh-dashboard.
30/09/2024 16:01:08 INFO: wazuh-dashboard service started.
30/09/2024 16:01:08 INFO: Updating the internal users.
30/09/2024 16:01:12 INFO: A backup of the internal users has been saved in the /etc/wazuh-indexer/internalusers-backup folder.
30/09/2024 16:01:21 INFO: The filebeat.yml file has been updated to use the Filebeat Keystore username and password.
30/09/2024 16:01:22 INFO: The new password for Filebeat is jtJq?jVA52e+UzhPiX?f9es6Wr2wI6lt
30/09/2024 16:01:50 INFO: The password for the wazuh user is FQOmaSkFAEyxAPpIL8p+u7fW6WkoNt.5
30/09/2024 16:01:50 INFO: The password for the wazuh-wui user is YiPsjghZ1dzuIWqGOktPUaCQ*lBN2uH5
30/09/2024 16:01:50 INFO: Initializing Wazuh dashboard web application.
30/09/2024 16:01:53 INFO: Wazuh dashboard web application initialized.
30/09/2024 16:01:53 INFO: --- Summary ---
30/09/2024 16:01:53 INFO: You can access the web interface https://<wazuh-dashboard-ip>:443
    User: admin
    Password: jtJq?jVA52e+UzhPiX?f9es6Wr2wI6lt
30/09/2024 16:01:53 INFO: Installation finished.

@c-bordon c-bordon self-assigned this Sep 30, 2024
@c-bordon c-bordon requested a review from a team September 30, 2024 16:05
@c-bordon c-bordon merged commit 536bde3 into main Sep 30, 2024
0 of 2 checks passed
@c-bordon c-bordon linked an issue Sep 30, 2024 that may be closed by this pull request
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate 5.0.0 PRs from wazuh-package to the new repository
2 participants