Hi Geral Longra
Please verify that you Save the Wazuh indexer username and password into the Wazuh manager keystore using the Wazuh-keystore tool:
/var/ossec/bin/wazuh-keystore -f indexer -k username -v <INDEXER_USERNAME>
/var/ossec/bin/wazuh-keystore -f indexer -k password -v <INDEXER_PASSWORD> After that, save the configuration and restart the manager/cluster using the command:
systemctl restart wazuh-managerAlso, share the output of the command:
cat /var/ossec/etc/ossec.conf | grep "<indexer>" -A12If the issue persists, please share the output of the following command:
cat /var/ossec/logs/ossec.log | grep vul
Hope to hear from you soon