Alberto Rodríguez
Alberto Rodríguez
The `tpl` folder should be renamed by `templates` and this affects several points. The change should be coordinated for a new minor, avoiding problems with patches. Changes: - [ ]...
Regarding the issue https://github.com/wazuh/wazuh/issues/13414, it is necessary to review the installer's behavior. The users noticed an error during the upgrade process from 4.2.6 to 4.3.0 if they had the issue...
For the next OVA building we need the following changes: - [x] OVA logo welcome message has the URL `www.wazuh.com`. Replace it with `https://wazuh.com/`. - [ ] The user for...
The following code shows how the Wazuh installation assistant manages a situation where another process is running `apt`, locking it and not allowing to use it to Wazuh installation assistant:...
The unattended installer run is supported by additional dependencies which are installed in an initial installer execution stage. If the installation goes wrong, a rollback is called but only with...
@Desvelao asked us to add the permission `indices:admin/get` to the `wazuh_ui_user` role in the file: https://github.com/wazuh/wazuh-packages/blob/4.3/unattended_installer/config/indexer/roles/roles.yml Source: https://github.com/wazuh/wazuh-kibana-app/issues/3620
After [tagging](https://github.com/wazuh/wazuh-packages/tree/v4.2.5-unattended) the unified-unattended installer, we will move forward for including some improvements described in the following issues: - The unattended installer should be released as a single artifact. All...
The unattended installer uses filebeat/dashboard/indexer configuration template files located here: https://github.com/wazuh/wazuh-packages/tree/4.3/unattended_installer/config If we want to modify an indexer option, we need to modify the unattended installer and the wazuh-indexer installed....
We need to determine what files are removed, created, or modified by `wazuh-install.sh` in the whole process. The aim of this issue is to classify all the removed, created, or...
The PR pointend to a branch version that has not packages in `pre-release` or `production` repositories are unable to run correctly the GitHub actions because of unavailable packages. We need...