Circuit Breaker Exception error is disabling rule #1255
-
This is the error:
Note the error is not just limited to this one rule, it also is effecting other rules. It obviously seems memory-related, however my storage is only at 35%... Could it be heap-related, or something else? Basically what type of memory should I try to extend? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is an Elasticsearch issue, likely related to the size of the documents or number of fields in your indices. Increasing heap may help but it's like going to punt the problem down the road. I suggest reading up on index structuring and tuning, reviewing the size of the content (amount of data per document) you are storing in your indices, and/or checking in with the Elasticsearch discussion forum for help. |
Beta Was this translation helpful? Give feedback.
Thanks, I fixed this by allowing ES to access more heap space in it's
jvm.options
config file.