logstash-plugins / logstash-input-beats

Apache License 2.0
87 stars 81 forks source link

Document how to size the direct memory under expected event size #476

Open andsel opened 1 year ago

andsel commented 1 year ago

Release notes

[rn:skip]

What does this PR do?

Better document how this plugin allocates direct memory so that a better capacity planning can be applied.

Why is it important/What is the impact to the user?

The user, given some statistical measures, can determine if the sizing of direct memory is correct so that he can avoid potential out-of-memory errors in the direct memory.

Checklist