Daniel Folch
Daniel Folch
## Update Add a function to get the Wazuh API password for a specific user. Continue testing.
## Update Test PoC to simulate a real environment for testing generating fake indexes in wazuh indexer
## Update Merge the latest changes and apply necessary modifications Test resulting wazuh-install script.
## Update Work on the testing environment: 1. Use OVA 2. Generate alerts and get an index 3. Test if we can copy that index to generate a year of...
## Update Continue working on the test environment design: Copy index: ``` POST /wazuh-alerts-4.x-2023.3.9/_clone/wazuh-alerts-4.x-2023.3.9-cloned ``` Set index to read-only: ``` PUT /wazuh-alerts-4.x-2023.3.9/_settings { "index.blocks.read_only_allow_delete": true } ``` Reindex changing the...
## Update Removed two of the ICE30 warnings that were caused by two `component` elements used to restart the service in case of an upgrade where the service was running...
## Update Found the following error in windows 8:  In the installation log we can find the following: ``` WixQuietExec: Entering WixQuietExec in C:\Windows\Installer\MSI446E.tmp, version 3.11.4516.0 MSI (s) (D4!F8)...
## Update Fixed error by adding the task that starts the service to `InstallerScripts.vbs` as a function: ``` Private Function StartWazuhSvc() Set WshShell = CreateObject("WScript.Shell") StartSvc = "NET START WazuhSvc"...
## Update Test new package: ### Installation: - XP :heavy_check_mark: - Vista :heavy_check_mark: - 2008 :heavy_check_mark: - 2012 :heavy_check_mark: - 2016 :heavy_check_mark: - 2019 :heavy_check_mark: - 10 :heavy_check_mark: - 11:heavy_check_mark:...
## Update Fixed uninstall error, caused by sequencing error in `InstallExecutionSequence` https://github.com/wazuh/wazuh/commit/1b5f59458def400b205153236eed8cea80bc559a Test uninstall: - Windows 2016 - Windows 11