Re: increase performance of nxlog / logstash
Posted: Mon Nov 21, 2016 2:38 pm
You could try allocating the maximum number of worker threads for filters, but this may impact your input queue performance. I used 4 for my 4x vCPU machine. In /etc/init.d/logstash,_asp_ wrote:Is there a way to increase multithreading per logfile?
LS_OPTS="-w 4"