Hi
Maha,
First, try to solve the issue of the indexer.
I have noticed that you having HeapDumpOnOutOfMemoryError issue due to not having enough RAM.
Hardware requirements:
https://documentation.wazuh.com/current/quickstart.html#hardwareI suggest you expand your RAM and configure the heap memory accordingly.
Here are some key points to keep in mind to configure heap memory:
Use no more than 50% of your available RAM.
Don’t set the heap size over 32 GB.
Start by checking your memory with:
free -hThen, update the heap size in the
/etc/wazuh-indexer/jvm.options file. For example, if your server has 12 GB of RAM, set the heap size to 6 GB as shown below:
-Xms6g
-Xmx6g
After making these changes, restart the Wazuh indexer for them to take effect:
systemctl restart wazuh-indexerLet us know the update.
Regards,
Hasitha Upekshitha