-
Notifications
You must be signed in to change notification settings - Fork 98
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
Add ISM script in installation assistant #2584
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…pdateUnattendedWithISMscript-to4.8.0
vcerenu
previously approved these changes
Nov 8, 2023
davidcr01
previously approved these changes
Nov 8, 2023
AlexRuiz7
changed the title
added ISM script in installation assistant
Add ISM script in installation assistant
Nov 8, 2023
AlexRuiz7
previously approved these changes
Nov 8, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…pdateUnattendedWithISMscript-to4.8.0
AIO Test with ISM error:root@ubuntu20:~/wazuh-packages/unattended_installer# bash wazuh-install.sh -a
09/11/2023 15:44:06 INFO: Starting Wazuh installation assistant. Wazuh version: 4.8.0
09/11/2023 15:44:06 INFO: Verbose logging redirected to /var/log/wazuh-install.log
09/11/2023 15:44:28 INFO: Verifying that your system meets the recommended minimum hardware requirements.
09/11/2023 15:44:28 INFO: Wazuh web interface port will be 443.
09/11/2023 15:44:31 INFO: --- Dependencies ----
09/11/2023 15:44:31 INFO: Installing apt-transport-https.
09/11/2023 15:44:41 INFO: Wazuh development repository added.
09/11/2023 15:44:41 INFO: --- Configuration files ---
09/11/2023 15:44:41 INFO: Generating configuration files.
09/11/2023 15:44:42 INFO: Created wazuh-install-files.tar. It contains the Wazuh cluster key, certificates, and passwords necessary for installation.
09/11/2023 15:44:42 INFO: --- Wazuh indexer ---
09/11/2023 15:44:42 INFO: Starting Wazuh indexer installation.
09/11/2023 15:46:41 INFO: Wazuh indexer installation finished.
09/11/2023 15:46:41 INFO: Wazuh indexer post-install configuration finished.
09/11/2023 15:46:41 INFO: Starting service wazuh-indexer.
09/11/2023 15:46:52 INFO: wazuh-indexer service started.
09/11/2023 15:46:52 INFO: Initializing Wazuh indexer cluster security settings.
09/11/2023 15:47:04 WARNING: The Wazuh indexer cluster ISM policy could not be created.
09/11/2023 15:47:04 INFO: Wazuh indexer cluster initialized.
09/11/2023 15:47:04 INFO: --- Wazuh server ---
09/11/2023 15:47:04 INFO: Starting the Wazuh manager installation.
09/11/2023 15:48:08 INFO: Wazuh manager installation finished.
09/11/2023 15:48:08 INFO: Starting service wazuh-manager.
09/11/2023 15:48:23 INFO: wazuh-manager service started.
09/11/2023 15:48:23 INFO: Starting Filebeat installation.
09/11/2023 15:48:34 INFO: Filebeat installation finished.
09/11/2023 15:48:36 INFO: Filebeat post-install configuration finished.
09/11/2023 15:48:36 INFO: Starting service filebeat.
09/11/2023 15:48:37 INFO: filebeat service started.
09/11/2023 15:48:37 INFO: --- Wazuh dashboard ---
09/11/2023 15:48:38 INFO: Installing chrome.
09/11/2023 15:50:00 INFO: --- Dependencies ----
09/11/2023 15:50:00 INFO: Installing libnss3-dev.
09/11/2023 15:50:08 INFO: Starting Wazuh dashboard installation.
09/11/2023 15:50:58 INFO: Wazuh dashboard installation finished.
09/11/2023 15:50:58 INFO: Wazuh dashboard post-install configuration finished.
09/11/2023 15:50:58 INFO: Starting service wazuh-dashboard.
09/11/2023 15:50:59 INFO: wazuh-dashboard service started.
09/11/2023 15:51:01 INFO: Updating the internal users.
09/11/2023 15:51:04 INFO: A backup of the internal users has been saved in the /etc/wazuh-indexer/internalusers-backup folder.
09/11/2023 15:52:16 INFO: Initializing Wazuh dashboard web application.
09/11/2023 15:52:16 INFO: Wazuh dashboard web application initialized.
09/11/2023 15:52:16 INFO: --- Summary ---
09/11/2023 15:52:16 INFO: You can access the web interface https://<wazuh-dashboard-ip>:443
User: admin
Password: 9ijWJJ8gPqYSsPOnf4RNeUtzlWMl*Pat
09/11/2023 15:52:16 INFO: Installation finished. |
vcerenu
approved these changes
Nov 9, 2023
davidcr01
approved these changes
Nov 9, 2023
AlexRuiz7
approved these changes
Nov 9, 2023
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The execution of the indexer-ism-init.sh script is added to AIO installations and distributed to the installation assistant.
Logs example
AIO: https://github.com/wazuh/internal-devel-requests/issues/425#issuecomment-1799521457
Distributed: https://github.com/wazuh/internal-devel-requests/issues/425#issuecomment-1801788574
Tests
%files
section is correctly updated if necessary%files
section is correctly updated if necessary