Hi!
The
circuit_breaking_exception is a mechanism used to prevent operations from causing an
OutOfMemoryError. It seems like Wazuh Indexer was using most of the JVM heap configured, and the total memory required for all operations was superior to the memory available, so the operation you requested was aborted.
I suggest to increase the heap size. A rule of thumb is to set half of the available RAM memory to the Elasticsearch or Wazuh Indexer's heap as explained in our
tuning elasticsearch section.Try to increase the heap memory of Elasticsearch/Wazuh Indexer.
Steps:
1. Edit the file
/etc/elasticsearch/jvm.options for
elasticsearch or
/etc/wazuh-indexer/jvm.options for
Wazuh Indexer to increase the heap memory,
taking in account that the quantity should be: