so-elasticsearch container crashes/exits #4198
-
This crashing/exiting seems to happen every couple of days.
Please see the attached docs for more details. SO 2.3.50, Standalone (ISO) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Is it possible that you're sending more data to Elasticsearch than it can handle with it's current heap size? |
Beta Was this translation helpful? Give feedback.
-
Just checked, and my heap is set to 4GB, which is the recommended size for my 16GB RAM. Was there something in the logs you saw that would indicate I need to increase the heap size more? |
Beta Was this translation helpful? Give feedback.
-
The most likely reason for Elasticsearch exiting randomly like that is due to heap or memory issues. The heap is set solely based on your RAM with no knowledge of how much heap is actually necessary for the ingestion rate. So if this is a production deployment monitoring a busy network, it's quite possible that you may need more RAM in the box and/or more heap for Elasticsearch. Please note that 16GB RAM is the bare minimum for a production deployment: |
Beta Was this translation helpful? Give feedback.
The most likely reason for Elasticsearch exiting randomly like that is due to heap or memory issues. The heap is set solely based on your RAM with no knowledge of how much heap is actually necessary for the ingestion rate. So if this is a production deployment monitoring a busy network, it's quite possible that you may need more RAM in the box and/or more heap for Elasticsearch. Please note that 16GB RAM is the bare minimum for a production deployment:
https://docs.securityonion.net/en/2.3/hardware.html#standalone-deployments