Hola Sebastian,
Te comento que para que todos nos podamos entender sin problemas, es un requerimiento postear las consultas en Ingles.
Por este motivo, te voy a responder en Ingles y si necesitas responderme, porfavor continuemos en Ingles.
First, you need to know if the indices are being created:
curl -k -u user:pass -XGET "https://localhost:9200/_cat/indices/wazuh-monitoring*" curl -k -u user:pass -XGET "https://localhost:9200/_cat/indices/wazuh-statistics*"The next step is checking the Wazuh Dashboard and Wazuh App logs, looking for any error:
journalctl -u wazuh-dashboard --no-pager | grep -iE "error|warn|fail" grep -iE "error|warn|fail" /usr/share/wazuh-dashboard/data/wazuh/logs/wazuhapp.logWith this troubleshooting, you will have more visibility of what is happening.
You can post the results in a response if you need help with your findings.
Hello Sebastian,
It seems the indices are being created, since they exist, but judging it by it size, I can say it is not being populated.
It could be related to a miscommunication between the Wazuh App and the Wazuh Manager’s API, or a product issue.
If you are able to, I would recommend upgrading your Wazuh to the latest version (v4.7.3).
If not, please check the api.log in the Wazuh Manager master node:
Also, you can check the ossec.conf file for any related issue:
grep -iE "error|warn|fail" /var/ossec/logs/ossec.logPlease let me know if you need any help with your findings.
--
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/f967e26e-346b-494c-8d04-f8e3058fc944n%40googlegroups.com.
Hello, dear.
The statistics still aren't working, what I attached are the versions I'm using. The statistics I did are a screenshot of the Wazuh cluster, those always worked.