Carlos Bordon
Carlos Bordon
Hello, I am seeing that you are working on the master branch, in this branch we have the development of the next version of Wazuh, so we recommend you use...
I was researching this error message, it is because the SSLv3 protocol is considered insecure, so it is directly disabled in the JDK. https://www.oracle.com/java/technologies/javase/instructions-to-mitigate-the-ssl-v30-vulnerability.html Regarding the Indexer configuration, we have...
At the moment I was trying to reproduce the problem without success in Centos 7 and in Redhat 9, both in single node and in cluster, I will continue testing
At the moment we have created the following Tasks definition with the changes proposed in this PR so that they can carry out tests: - Packages_deb_amd64_gcc9_9103 - Packages_deb_arm64_gcc9_9103 - Packages_rpm_x86_64_gcc9_9103...
I was working on the construction of the missing images and on the task definitions since I found some errors, the creation of several of the requested packages has already...
Created rpm and i386 deb images and released missing packages, checks for this [PR](https://github.com/wazuh/wazuh/pull/12745/checks?check_run_id=9795133609) passed successfully
## Update report I am working on the adaptation, at the moment in all boto3 sessions, you have to define the profile and the region where you want to deploy...
## UpdateReport ### Tasks - A new Dockerfile was created with the necessary for the construction of the Filebeat module and 2 scripts were created for this creation, the `build.sh`...
## UpdateReport ### Tasks - Some changes were made to the scripts mentioned above to generate a file according to the version of Wazuh from where it is built, thus...
@DFolchA I found a bug with the `--show-duplicates` argument for the `yum list` command on Centos 8, possibly deprecated for this version of yum: ``` [root@centos8 ~]# yum list wazuh-indexer...