Victor Ereñú
Victor Ereñú
Hello @alphaDev23 In the description of the issue, I see that you removed the containers from a previous deployment, but surely the previous volumes are still created. To be able...
Hello @AbuLelahx Can you tell me the steps you followed to perform the deploy? The configurations for the generation of certificates are made within the directory of the type of...
Hello @thejaykobe Can you attach the new filebeat.yml that you are using? I also need logs generated by the Wazuh manager container that is restarted, to be able to check...
Hello @andraspavelbaystream Do you have the data of the PVCs that you created before starting the migration and the current data of the new PVCs that you created with the...
Hello @andraspavelbaystream About the error message: ``` Sep 7, 2022 @ 16:55:00 INFO Could not check if the index wazuh-statistics-2022.36w exists due to no permissions for create, delete or check...
Hello @jesse-zhangh According to the error that you are presenting, the node has apparently lost the previous data since when restarting a pod container, it should mount all the information...
Hello @daweedm The `admin` and `kibanaserver` users have a utility within the system, the first as the main user of the deployment and the second as the communication user between...
# Tests ## Ubuntu 22 with :z option: ``` console $ cat docker-compose.yml # Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2) version: '3.7' services: wazuh.manager: image: wazuh/wazuh-manager:4.7.4 hostname:...
## RHEL 9 without :z option ``` console [root@ip-172-31-34-188 single-node]# sestatus SELinux status: enabled SELinuxfs mount: /sys/fs/selinux SELinux root directory: /etc/selinux Loaded policy name: targeted Current mode: enforcing Mode from...
## Decian 12 with z option ``` console root@ip-172-31-46-212:~/wazuh-docker/single-node# cat docker-compose.yml # Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2) version: '3.7' services: wazuh.manager: image: wazuh/wazuh-manager:4.7.4 hostname: wazuh.manager restart:...