Hi,
I've installed new Wazuh with enjoyment but some issues emerged.
Versions are:
- Wazuh 2.0.2 installed from sourced with some minor modifications (added some custom directories for rootcheck, emailing info etc.),
- ELK installed from repos, Kibana version 5.4.0
- Wazuh API 2.0
- Kibana App 5.4.0 from stable branch.
All components are installed on the same server.
I've configured API to listen at 127.0.0.1 on default port 55000 without TLS.
So, the issue is known, in Wazuh app displayed times for last syscheck and rootcheck are stale, but the Wazuhapp works great otherwise!
When I have updated API to version 2.0.1 I got this error in Kibana app : Could not connect with Wazuh RESTful API. Then I tried to create new API in the Kibana app and got this error: The given URL does not contains a valid Wazuh RESTful API installation.
Strange thing is that when I try to use API with curl everything works great. I've configured API to listen at 127.0.0.1 on default port 55000.
Logs are showing just regular requests with HTTP 200 codes, no 4xx, 5xx in kibana and apache2 logs...
I'm just confused at the moment. Is there any compatibility matrix between the versions of API, Wazuh, KibanaApp?