-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
log4stach elastic search appender memory leak #87
Comments
I'm having a very similar issue. |
Can you share your configuration? I think you can work around this if you ok with loosing few log messages in case of overflow |
I'd be happy with some lost messages right now! If there isn't a way / plan for a flush-on-payload-size limit feature, that'd be useful. I'm using AWS OpenSearch and we're limited to 10Mb per message. With the settings below as well as some application-level message size capping, we're regularly blowing past that.
|
Hi, We have a mechanism to drop events over the bulk limit, but you will have to play with it in order to achieve optimal solution. Please read about Basically you will have to set |
Hey,
I'm facing major issue with my .Net process. At some random point the http appender stucks and the logs are stored in memory (stops sending to Elastic) until the process is killing the server.
Did you face this problem? I'm "shipping" around 1million logs per second.
The text was updated successfully, but these errors were encountered: