Hi Moroni,
Thanks again for the screenshots and I'm sorry for this late reply.
From what you sent everything seems ok, probably Filebeat is not ingesting the events to Wazuh Indexer for some reason so let's check that:
Execute on the Wazuh Manager host:
grep -nir ".Cannot index event*" /var/log/filebeat/ /var/log/messages
Also, from the Wazuh indexer host:
grep -nir ".Cannot index event*" /var/log/wazuh-indexer/
Let me know if the commands outputs any message related to the rule 44733 on the terminal.
You can share with me the following logs and I will take a look too.
- /var/log/filebeat/filebeat
- /var/log/messages (this depends on the OS)
- /var/log/wazuh-indexer/wazuh-cluster.log
Thanks,