Daniel Folch
Daniel Folch
## UPDATE - Add new function file for upgrade - Add upgrade functions - Add -u/--upgrade option to main
## Update Add check to verify all necessary nodes are present when using -A in wazuh-certs-tool.sh. ##To Do - [ ] Test wazuh-certs-tool.sh - [ ] Test wazuh-install.sh
Hello, This is an issue with the Easticsearch, Filebeat, and Kibana packages, Wazuh agent and manager packages have the SHA256 header since version `3.12.0`, and can be installed in FIPS...
## Update report Investigate how to remove [ICE03](https://learn.microsoft.com/en-us/windows/win32/msi/ice03) warnigs. Proposed solution: Use a property to store the OS version: ``` ``` And set that property in an action using the...
## Update Test new packages: - [x] Windows 2016 - [x] Windows 2019 - [x] Windows 11
## Update Investigate ICE03, this is caused because the string used as `Value` is longer than 255 characters. https://stackoverflow.com/questions/16460325/ice03-string-overflow-greater-than-length-permitted-in-column-table-customa Here we found that this warning can be ignored as it...
## Update Continue investigating if we can ignore the warnings: - [ICE60](https://learn.microsoft.com/en-us/windows/win32/msi/ice60) ``` C:\Users\Administrator\Documents\wazuh-4.4\src\win32\wazuh-installer.wxs(176) : warning LGHT1076 : ICE60: The file INTERNAL_OPTIONS.CONF is not a Font, and its version is...
## Update Solved error with Wazuh packages, it was caused by an incompatibility between the docker version and Ubuntu 22 images. ## Apply proposed fixes: - Ignore `ICE03` when building...
## Update Found the following errors in the package:  Solved by removing unused elements. After this encountered the following errors:  Caused because the property cannot be used in...
## Update Apply modifications to `InstallerScripts.vbs` to receive the `OS_VERSION` property as a parameter and set the correct templates.