Hello Sir/Madam
I just got wazuh installed. using EFK stack with wazuh manager and wazuh API in 1 server. Everything seems to be working fine until today. I noticed when I browse to Wazuh
page in Kibana, basically I get to see the screen like attached. I got prompts
"Wazuh App: Please set up Wazuh API credentials." and "Could not select any API entry."
Also when I cliecked on the little question mark, the error shown is 3005 - Error reading cluster configuration
I did check if wazuh-manager and all other service, they are all up and running. I also tried to curl to wazuh-api, it gives possitive response i.e. curl foo:bar@localhost:55000/version ; i got {"error":0,"data":"v3.11.4"}
when I do tail -F /var/ossec/logs/ossec.log | grep -i -E "error|warn", I get thousands of line like this. The consistent error is ERROR: FIM decoder: Bad load query
2020/03/31 23:11:40 ossec-analysisd: ERROR: FIM decoder: Bad load query: 'agent 000 syscheck load /etc/cloud/templates/resolv.conf.tmpl'.
2020/03/31 23:11:50 ossec-analysisd: ERROR: FIM decoder: Unable to connect to socket '/queue/db/wdb'.
2020/03/31 23:11:50 ossec-analysisd: ERROR: FIM decoder: Bad load query: 'agent 000 syscheck load /etc/cloud/templates/chef_client.rb.tmpl'.
2020/03/31 23:11:55 ossec-analysisd: ERROR: FIM decoder: Unable to connect to socket '/queue/db/wdb'.
2020/03/31 23:11:55 ossec-analysisd: ERROR: FIM decoder: Bad load query: 'agent 000 syscheck load /etc/cloud/templates/chrony.conf.tmpl'.
2020/03/31 23:11:55 ossec-analysisd: ERROR: FIM decoder: Unable to connect to socket '/queue/db/wdb'.
...
i am using EFK 7.6.0 and Wazuh 3.11.4
If anyone has experience trouble shooting this/has any idea, I would appreciate to learn from you
Thank you