I have followed all the instructions for installing the Wazuh API but am still unsuccessful.
I get the error
"There are not services running in the given URL" when attempting to add a new API in the Kibana plugin.
I have a distributed system with an ELK server and a Wazuh server, both Centos 7.
On the Wazuh server, running
:
"curl -u foo:bar -k https://127.0.0.1:55000"Gives me the output:
"curl: (35) Encountered end of file"
The wazuh-api service appears to be running without error.
Python version is > 2.7.
Filebeat appears to be working successfully between two servers.
I have uncommented "server.host: "localhost" in /etc/kibana/kibana.yml on ELK server and the nginx proxy and authentication are working.
I have tried disabling SElinux on the machine, as well as opening up port 55000 on the firewall (although it should not be blocked to begin with since it is localhost only).
Does anyone have any suggestions?