Hi
Dhiren ,I believe logs are reaching the Wazuh manager. However, we need to verify the latest logs received in
alerts.json file. Please share the output of this.
tail /var/ossec/logs/alerts/alerts.json
I believe all Wazuh components are up and running.
However, Could you verify that all the services are up and running?
systemctl status wazuh-manager
systemctl status wazuh-indexer
systemctl status wazuh-dashboard
systemctl status filebeatIf yes,
Try restarting the services and checking again. If the issue is not resolved, can you share the following details to check further?
First, check cluster health.
If you can access to Wazuh dashboard, then try to navigate to Index Management > Dev Tools
Use this command:
GET _cluster/healthIf you want to check in CLI try this command.
curl -XGET -k -u admin:pass "https://localhost:9200/_cluster/health"Please share the cluster health command output to check further.
Also, share the output of these commands.
systemctl status filebeat
filebeat test outputFurther, check the storage and memory usage while running all components.
free -h
top
df -hAdditionally, share the Indexer and filebeat logs to check further.
cat /var/log/wazuh-indexer/wazuh-cluster.log | grep -i -E "error|warn"
cat /var/log/filebeat/filebeat | grep -i -E "error|warn"Also let me know the version of your Wazuh.
/var/ossec/bin/wazu-contrl info
Let me know the update on this so I can check further.