Have you modified the
/etc/wazuh-indexer/opensearch.yml file of each Wazuh indexer node and the Filebeat node to add the necessary configuration of the new node in addition to changing what is necessary about the new certificates? Note that the Filebeat configuration must point to all Wazuh indexer nodes.
Please run the following commands and show us the output:
I have managed to reproduce the error shown by Filebeat on a node with Wazuh indexer and Filebeat installed, but whose cluster has not been initialized. This can be caused, for example, because the command has not been executed or it has not been initialized due to some error, if you have added your own certificates, this is probably the second case. It would be necessary to know the output of the three previous commands. Additionally, please, attach the output of the following commands in a text file:
- grep -R -i -E "error|critical|fatal|warning" /var/log/wazuh-indexer/ > output1.log
- journalctl -r -u wazuh-indexer | grep -i -E "error|critical|fatal|warning" > output2.log
Note that the output of the journalctl command may display WARNING messages that we are already aware of and are in the process of fixing it.