-
Notifications
You must be signed in to change notification settings - Fork 99
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
Fourth iteration of Wazuh installer assistant #1481
Comments
I've been testing, for rhel8 the package is netcat, while for centos 7 the package is nmap-ncat, I'm testing OS type and version validations to differentiate the packages |
Status of topicsInstallation in verbose mode does not stop even when there are errors:PR generated: #1486 Fix getHelp() functions comments:Waiting for a response from content about the changes. Remove from logs passwords and users:The users are not saved in a file but are shown in the log like this:
Removing this log. The operation to create the indexes of Opendistro_security is executed 3 times:This happens only in the installation with the In the main AIO we have the following 2 functions in which the, 3 securityadmin-sh executions take place:
|
Add a validation to detect the operating system and the version, locally this worked for me, but when running the tests in Jenkins, the AWS machine has other repositories that do have the nmap-ncat package and do not have netcat, so the solution is not valid, I am investigating since this is probably due to the difference between the yum repositories that the machines have installed: Local Test:
AWS Test:
I am going to modify the validation, to look for the package before installing it |
The following improvements and corrections that are necessary to make in the Wazuh installer assistant are detailed:
The text was updated successfully, but these errors were encountered: