Daniel Folch
Daniel Folch
## Update - Modifed Unix deployment script to accept multiple protocols for the different addresses, example: ``` MANAGER_ADDRESS=1.1.1.1,2.2.2.2,3.3.3.3 WAZUH_PROTOCOL=TCP,UDP,TCP yum install wazuh-agent ``` And test resulting packages. ## To Do...
## Update Apply modifications to Windows VBS script.
## TESTS RPM packages ### Multiple IPs and Protocols ``` [root@centos7 vagrant]# WAZUH_MANAGER="1.1.1.1,2.2.2.2,3.3.3.3" WAZUH_PROTOCOL="TCP,udp,TCP" yum install wazuh-agent-4.4.0-1.x86_64.rpm -y ... ... Transaction test succeeded Running transaction Installing : wazuh-agent-4.4.0-1.x86_64 1/1 Verifying...
## UPDATE: Automated tests We have decided to add automated tests using GitHub Actions, the specifications for the tests are the following: 1. Tests must be launched went the following...
## UPDATE Work on Ubuntu test and test script in real environment: ``` Tessting the following variables WAZUH_MANAGER=1.1.1.1 WAZUH_MANAGER_PORT=7777 WAZUH_PROTOCOL=udp WAZUH_REGISTRATION_SERVER=2.2.2.2 WAZUH_REGISTRATION_PORT=8888 WAZUH_REGISTRATION_PASSWORD=password WAZUH_KEEP_ALIVE_INTERVAL=10 WAZUH_TIME_RECONNECT=10 WAZUH_REGISTRATION_CA=/var/ossec/etc/testsslmanager.cert WAZUH_REGISTRATION_CERTIFICATE=/var/ossec/etc/testsslmanager.cert WAZUH_REGISTRATION_KEY=/var/ossec/etc/testsslmanager.key WAZUH_AGENT_NAME=test-agent WAZUH_AGENT_GROUP=test-group...
## Update Added Windows tests: https://github.com/wazuh/wazuh/commit/b92905f001465ce05d64d1706fbf02a4d1a1d0dc
## How to add new nodes without automatic procedure 1. Extract `wazuh-install-files.tar`. 2. Create `wazuh-config.yml` containing **only new nodes**. 3. Use `wazuh-certs-tool.sh` to generate new certificates **using the old root-ca...
## Update Investigated commands used by ElasticSearch proposed in this comment: https://github.com/wazuh/wazuh-packages/issues/1623#issuecomment-1210367926 Apt reports the same errors indicated by @rauldpm here https://github.com/wazuh/wazuh-packages/issues/1623#issuecomment-1167574823 ``` W: GPG error: https://artifacts.elastic.co stable InRelease: The...
## Update report Build filebeat module with latest changes, and update generation script: https://github.com/wazuh/wazuh-packages/blob/filebeat-module/filebeat/build-wazuh-module.sh Improvements: - Install mage - Use git to get beats repository Test new module.
Update - Work in improved script for Wazuh packages using docker