Hi,
Assuming you have an All-in-one environment, the first thing would be to check that the command:
/usr/share/wazuh-indexer/plugins/opensearch-security/tools/wazuh-passwords-tool.sh --api --change-all --admin-user wazuh --admin-password wazuh
to change passwords has been running correctly, did you get the output with the password changes?
You can restart the components with the following commands:
systemctl restart wazuh-manager
systemctl restart wazuh-indexer
systemctl restart wazuh-dashboard
systemctl restart filebeat
In case all of the above is correct and you are still getting the error, let's check the logs to see what is going on by checking the following:
journalctl -u wazuh-dashboard.service
filebeat test output
systemctl status wazuh-indexer
Hopefully with these steps you can figure out exactly what is going on,
any news let us know!
Best regards!
On Friday, August 9, 2024 at 1:16:06 PM UTC+2 Dominik Górniak wrote:
Even if you follow the instructions several times, you always get the same Wazuh-Dashboard error:{
"statusCode": 500,
"error": "Internal Server Error",
"message": "An internal server error occurred."
}