Replace the content of the following files in your stack with the ones from the v4.13.1 tag of the Wazuh Docker repository:
multi-node/config/wazuh_cluster/wazuh_manager.conf
multi-node/config/wazuh_cluster/wazuh_worker.conf
After upgrading the Docker cluster from version 4.10.1 to 4.13.1, I was able to complete the process successfully and access the IT Hygiene screen.
Could you please send me the log trace from both the manager and one of the workers to see if we can gather more information from them? You can do this with:
docker exec -it <container-name> cat /var/ossec/logs/ossec.log
or
docker logs <container-name>
On the other hand, I see that the lines you shared in the multi-node/config/wazuh_cluster/wazuh_worker.conf file do not exist in the v4.13.1 tag. These lines are present in the main branch of the Docker repository, which is a development branch. Please verify that the manager and worker configuration files you are using correspond to the correct version:
wazuh/wazuh-docker@v4.13.1/multi-node/config/wazuh_cluster/wazuh_worker.conf