Hello, If you suddenly stop receiving alerts or events in your dashboard, it’s possible that an unexpected issue occurred in the connection between your indexer and Filebeat.
First, I recommend checking whether Filebeat is properly configured and running:
filebeat test output
You should see an output similar to:
elasticsearch: https://127.0.0.1:9200...
parse url... OK
connection...
parse host... OK
dns lookup... OK
addresses: 127.0.0.1
dial up... OK
TLS...
security: server's certificate chain verification is enabled
handshake... OK
TLS version: TLSv1.3
dial up... OK
talk to server... OK
version: 7.10.2
This documentation may also be helpful: https://documentation.wazuh.com/current/user-manual/wazuh-dashboard/troubleshooting.html#no-alerts-on-the-wazuh-dashboard-error
Next, review the Indexer and Filebeat logs for any errors or warnings:
cat /var/log/wazuh-indexer/wazuh-indexer-cluster.log | grep -i -E "error|warn"
cat /var/log/filebeat/filebeat | grep -i -E "error|warn"
Finally, check the disk space on your system, as full storage can prevent new indices from being created.
Please review and send back any evidence you collect to help determine the root cause of the issue.
4. I have run this command :
cat /var/log/filebeat/filebeat | grep -i -E "error|warn"
there are no error message, just warnings that is similar to this :
2025-11-29T17:03:43.407+0800 WARN [elasticsearch] elasticsearch/client.go:408 Cannot index event publisher.Event{Content:beat.Event{Timestamp:time.Time{wall:0xc242cb9ba0e6a6fc, ext:104092023870402, loc:(*time.Location)(0x42417a0)}, Meta:{"pipeline":"filebeat-7.10.2-wazuh-archives-pipeline"}, ..........
5. the disk space is only on 38% of usage
Perfect. Let’s take a deeper look into your environment.
First, we need to confirm whether the manager is producing alerts and whether the issue lies in forwarding them to the Wazuh indexer.
Please provide the following:
Also, check the manager status and share the output:
/var/ossec/bin/wazuh-control status
From the indexer side, please share your wazuh-cluster.log file, including any complete error or warning messages. You can filter them with:
cat /var/log/wazuh-indexer/wazuh-cluster.log | grep -i -E "error|warn"
If you see any errors or warnings, paste the full log lines so we can analyze them thoroughly.
Also, share the indexer service status:
systemctl status wazuh-indexer
Please also provide the full Filebeat warning message, as it may give us valuable clues:
2025-11-29T17:03:43.407+0800 WARN [elasticsearch] elasticsearch/client.go:408 Cannot index event publisher.Event{Content:beat.Event{Timestamp:time.Time{wall:0xc242cb9ba0e6a6fc, ext:104092023870402, loc:(*time.Location)(0x42417a0)}, Meta:{"pipeline":"filebeat-7.10.2-wazuh-archives-pipeline"}, ...
In this case, it appears to be a mapping-type conflict; we should take a look at the full event
Finally, please share the version you are using.
Please share all relevant evidence you can gather to help us troubleshoot the environment.