Hello Idan, can you tell me what type of installation you are trying to perform? Distributed or All-In-One?
What documentation are you following for that installation?Regarding the error you are receiving, this usually occurs when Wazuh dashboard is not being able to connect with Wazuh indexer, so you should check:
- Wazuh indexer is up
- Validate possible errors in the Wazuh indexer logs: cat /var/log/wazuh-indexer/wazuh-cluster.log
- Check that you have correctly configured the certificates in the different components of the stack:
https://documentation.wazuh.com/current/installation-guide/wazuh-indexer/step-by-step.html#certificates-creation- Verify that the Wazuh dashboard configuration file has the correct Wazuh indexer IP (in case they are on different nodes):
/etc/wazuh-dashboard/opensearch_dashboards.yml:
opensearch.hosts: https://<wazuh-indexer-ip>:9200
- If the components are in different nodes, validate that you have connectivity between the Wazuh dashboard node and the Wazuh indexer node:
curl -v telnet://<wazuh-indexer-ip>:9200
I await your comments to be able to give you more precise help.