Open manas-suleman opened 1 day ago
I am facing the same issue as well. Were you able to resolve it?
@Sagarsinghinfra360 not yet unfortunately.
@manas-suleman I made changes to indexer-config
plugins.security.ssl.http.enabled: false
And restart all the Wazuh servers. The dashboard is now loading properly.
Hello wazuh newbie here. I have done a fresh wazuh installation on bare-metal kubernetes. I've followed the steps from the official documentation here: https://documentation.wazuh.com/current/deployment-options/deploying-with-kubernetes/index.html
I created self-signed certificates and did the
local-env
Kustomize install.I see all the objects successfully created and running:
kubectl get pods
kubectl get svc
I created an ingress for the dashboard service but cannot access the dashboard. Instead, I get the following error:
I have tried getting the dashboard webpage from within the dashboard pods with the following attempts and responses:
accessing dashboard service from within the indexer pod:
log summar from all pods:
wazuh-dashboard-8664dcb64d-kwr4d
wazuh-indexer-0
wazuh-manager-master-0
wazuh-manager-worker-0
For most of the logs it looks like each pod had some hiccups but eventually started properly. However, for the worker pod, the issues appear to be with the vulnerability scanner and I suspect it wouldn't be related to worker startup functions or anything to do with dashboard issue.
As part of me trying to troubleshoot this, I noticed the following when trying to ping indexer from the dashboard pod: on the dashboard pod:
logs on indexer pod:
Could this be a potential hint as to what's the problem here?
Please let me know if any of these are hints at what could be the problem or if I should provide further information. Thank you.