-
Notifications
You must be signed in to change notification settings - Fork 32
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
DTT1 - 4.8.0 adaptation #5391
Comments
Update reportTest agente Fails 🔴
Test agente passed uploading de Wazuh indexer package 🟢
Errors were also found in the Windows agents since they did not support creating certificates for 4.8.0 with the cert_tool.sh, which required updates. Test with green status: Linux Agent 🟢 : Input yaml:
Result: Agent linux 🟢 installing Wazuh manager: Input yaml:
Result: Windows Agent 🟢 : Input yaml:
Result: macOS Agent 🔴 :
Further analysis and testing is required to detect the actual failure. |
This issue has been on hold since 27/05/2024 as Federico is OOO |
Retaking the issue with some blocks because the pre-release repository is not 100% available due to release 4.7.5 |
Update reportMacOS error research. After registering the agent (up to this point the installation, registration and connection with the manager was carried out satisfactorily), a test fails to determine whether the component, in this case the agent, is active by process (validation of whether it is active by Wazuh control has already passed). ) Mistake:
To detect if the agent process is running, use this command Validating in the raised VM it is detected that the agent was installed and registered correctly and that it is active:
But when executing the command used in the test it gives: And the agent successfully registered in the manager:
Then the way to detect whether the process is running was modified and the tests were relaunched. New test macOS 🟢Input yaml:
Result: |
Test summary:
In all tests, the install, registration, basic_info, connection, restart, stop, and uninstall tests were executed into in a group of delimited systems |
Update reportTest status on agent testing for all systems: Input yaml:
Full Log: Summury Result:
|
Research Windows errorsThe problem with Windows VMs is that when using a small instance, it is likely to fail due to time out or because the machine cannot respond in time because the small instance has few resources for what Windows needs.
|
Test macOS arm64
Logs: |
Test ManagersInput yaml:
Full Log: Summury Result:
|
Research Test Manager's errors
After intense research, it was detected that the Amazon Linux 2 problem is due to a disk space problem. When you try to download the Wazuh dashboard package, you run out of space. Mistake:
In the machine:
The following issue was generated to fix the problem of disk space allocation by the allocator:
After intense research, it was detected that the CentOS 8 problem is due to a problem with the CentOS 8 AppStream. Mistake:
The following issue was generated to fix the problem by generating a new AMI: Test summary:
|
Test Central Components:Test summary:
The same problems reported for the manager's tests were found in the failed central components tests. |
New test Central Components for operating systems that failed:Test summary:
Logs: Amazon-2: Debian: CentOS 8: |
New test Managers' for operating systems that failed:Test summary:
Logs: |
Update statusAfter talking with @rauldpm it was decided to analyze the possibility of adding connection tests between Wazuh manager and indexer |
Update reportModifications were made, connection test was implemented between the Wazuh manager and indexer Tests:
Input yaml:
Full Log: |
LGTM 4.9.0 packages will be tested in alpha 1 |
Description
DTT1 started its development at an early stage of 4.8.0, because it was not stable enough and there are no 4.9.0 packages, development has been done with 4.7.x packages
It is necessary to adapt the DTT1 packages to 4.8.0 to incorporate the latest functionalities and improvements, such as the connection between the Wazuh manager and the Wazuh indexer.
As 4.9.0 does not present hard changes since 4.8.0 (speaking about configuration changes), the 4.8.0 adaptation should work with 4.9.0 packages too, but, to be sure, consider the following to test 4.9.0 packages, as they are not present in pre-release and they are on an early development stage
packages-dev.wazuh.com/staging
repositoryRelated
4495-dtt1-release
Tasks
The text was updated successfully, but these errors were encountered: