Carlos Anguita

Results 16 comments of Carlos Anguita

## Update Report I've deployed the Wazuh AIO with the Installation Assistant. The output is the following one: ```shellsession root@ubuntu2204:/home/vagrant# bash wazuh-install.sh -a 22/05/2024 11:48:52 INFO: Starting Wazuh installation assistant....

## Update Report I made more tests. I changed all the passwords with bash `wazuh-passwords-tool.sh -a -au wazuh -ap Hn.u+C?ADk?xr3lJdX5UfczMpQPgj3Hz` and tried to login on the web interface with all...

Working on replicating the environment with Wazuh 4.2.5 installation.

I've been reading [this](https://documentation.wazuh.com/current/upgrade-guide/upgrading-central-components.html) documentation to understand how to upgrade the replicated environment. I've tried to follow the steps but I think I misread something so I'm currently checking errors.

I've replicated the environment by installing Wazuh version 4.2.5 by cloning the repository and changing the branch. Then, I've followed these three documentations to upgrade to Wazuh version 4.7.4: -...

## Update Report After the migrating process was completed, I downloaded and run the password tool with the command: ``` bash wazuh-passwords-tool.sh -a -au wazuh -ap wazuh ``` At a...

## Update Report ### Summary As part of the first approach mentioned above, we researched through Wazuh's versions looking for the username used on `filebeat.yml` file and we found that...

## Update Report While applying the previous approach I realized that there was a scenario that had to be thought about. As I mentioned before, starting with version 4.3.0, the...

# Environment ## Amazon Linux 2 ``` cat /etc/os-release NAME="Amazon Linux" VERSION="2" ID="amzn" ID_LIKE="centos rhel fedora" VERSION_ID="2" PRETTY_NAME="Amazon Linux 2" ANSI_COLOR="0;33" CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2" HOME_URL="https://amazonlinux.com/" SUPPORT_END="2025-06-30" ``` ## Ubuntu 22 ``` cat...

# Install Logs ## Amazon Linux 2 :green_circle: Logs on the console: ```shellsession [root@ip-172-31-40-54 ec2-user]# curl -sO https://packages-dev.wazuh.com/4.8/wazuh-install.sh && bash ./wazuh-install.sh -a 16/05/2024 08:36:43 INFO: Starting Wazuh installation assistant. Wazuh...