Does filebeat6.0 have potential memory leaks?

I run filebeat6.0-beta , and my app output 2000+ logs per second, i use docker stats see the memory is use up? what's wrong with this? i thought the mem will keep in a certain range ? but In fact is not, does something wrong i understand with it?
my config follow:
queue:
mem:
events: 100000

elasticsearch:
hosts: [ "${ELASTICSEARCH_HOSTS}" ]
worker: 24
protocol: "http"
bulk_max_size: 4000

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.