Hi David, thank you for the response
Looking at the message these are normally the reasons you might be getting this message:
- Wazuh-Dashboard is having a problem starting, could be a config issue or connection issue.
- Wazuh-Indexer is down therefore the Wazuh-Dashboard can't start.
You said server shows active after running the following command:
- systemctl status wazuh-dashboard
if that's the case you can check error logs for the Wazuh-Dashboard with the following command:
- journalctl -u wazuh-dashboard
cat /usr/share/wazuh-dashboard/data/wazuh/logs/wazuhapp.log | grep -i -E "error|warn"
If you can't find any errors after running the command above, you can check the Wazuh-Indexer Status running the following command:
- systemctl status wazuh-indexer
If Wazuh-Indexer shows active you can look for errors in it running the following command:
- cat /var/log/wazuh-indexer/wazuh-cluster.log | grep -i -E "error|warn"
or in case the file does not exist under that name search for the logs on folder `var/log/wazuh-indexer/`
You can also try restarting the services to fix any connection issue that occurred in the moment of your execution by running the following command:
- systemctl restart wazuh-indexer
- systemctl restart wazuh-dashboard
If the solutions provided above are still not solving your issue don't hesitate to ask again by providing error logs if there are any or providing screenshots or whatever resource that can help us guide you through the issue.
Let me know if this helped,
Best Regards,