Hi
saidurgayaswanthCould you please let me know your Wazuh deployment type? Are you using the Wazuh OVA or a distributed deployment?
Can you please share the ILM policy that you applied?
From the filebeat test output command, it appears that Filebeat is running correctly. However, to investigate further, we need to review the log files. Please run the following command on the Wazuh manager to capture any relevant log entries:
sudo cat /var/log/filebeat/filebeatThis will create a filebeat.log file in the directory where you run the command. Kindly share this log file with us.
Additionally, please check the Wazuh Indexer logs using the command below and share the complete output:
sudo cat /var/log/wazuh-indexer/wazuh-cluster.logTo check the health status, open the dashboard and click on the hamburger menu in the top-left corner. Navigate to Indexer Management > Dev Tools.
In the Dev Tools console, run the following API calls:
GET /_cluster/healthAlso share the output of the following command
GET /_cat/shards?vPlease share the full output of these commands so we can assist you further.