How to increase the throughput of filebeat?

Although I have many GBs log waiting to be harvested and I have not configured any limitation(e.g max_proc or something like that ) in the filebeat.yml but the throughput of the filebeat is just 1XX KB or slower. Is it normal? If i want to increase the throughput, what should I do?

Hi!

In many outputs there is a worker option which sets the number of concurrent workers that send events to the output (elasticsearch or logstash or whetever). I would try with that: https://www.elastic.co/guide/en/beats/filebeat/current/logstash-output.html#_worker_2

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