Adjust heap value to preferably half your system memory in jvm.options file under the /etc/wazuh-indexer directory
--
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 visit https://groups.google.com/d/msgid/wazuh/77f6f289-bf2a-46d2-a374-a18f62254a18n%40googlegroups.com.
Hi Mr VR The issue with the Wazuh Indexer service failing is due to a "Java heap space" OutOfMemoryError, as seen in the systemctl status wazuh-indexer output. This indicates that the Java Virtual Machine (JVM) running the Wazuh Indexer does not have enough memory allocated. The free -h output shows 30Gi of total memory with 29Gi available, suggesting sufficient RAM, but the heap size configuration needs adjustment.
To resolve this:
If the issue persists, please share the latest cluster logs to check further. cat /var/log/wazuh-indexer/wazuh-cluster.log | grep -i -E "error|warn"