Hi Chengding,
For some reason, the stored API you used to use is no longer available. This may be due to several things. First of all, try to open Kibana in an incognito tab (in order to not yo use the stored current API cookie).
If this is how it works, delete all your cookies relating to the Kibana app.
Another reason could be that you’ve changed the API credentials, or that you’ve securitized your API (You must use https
instead http
). If this is the case, click on the button Go to app, and once inside, delete the configured API from the settings section.
Finally, check that your API service is active.
systemctl status wazuh-api
I hope this helps and let us know the results.
Regards,
Juan Carlos
--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/5b9e655a-cace-4c55-a02d-c63fa729ed5b%40googlegroups.com.
curl -u foo:bar http://localhost:55000?pretty
curl: (52) Empty reply from server
curl -u foo:bar -k https://localhost:55000?pretty
{
"error": 0,
"data": {
"msg": "Welcome to Wazuh HIDS API",
"api_version": "v3.10.0",
"hostname": "master",
"timestamp": "Fri Oct 11 2019 08:18:37 GMT+0000 (Coordinated Universal Time)"
}
}
I hope this helps.
Regards,
Juan Carlos
--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/61ce95df-0847-4362-9f4d-750639dcc62f%40googlegroups.com.