How can I improve Logstash performance?

I'm not sure why when I send a batch equal to 1000 logs from helpers with elasticsearch the performance is around 25,000.

What are these helpers? What do they do?

I mean Python helpers from elasticsearch import helpers res = helpers.bulk(es, actions).

How many Python processes are you running in parallel?

My fault, I forgot that I can run many processes simultaneously.

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