Hello,
If I understand well what is described in the [Logstash Processing Pipeline article] (https://www.elastic.co/guide/en/logstash/current/pipeline.html) , it might be that the number of ES output plugin workers (as defined by the 'workers' setting of the ES output plugin) equals to:
number of LS pipeline workers X ES output plugin workers
Could someone confirm please?
In general, how does increasing the "workers" setting of the Elasticsearch output plugin affect the performance? Should it be aligned with the pipeline-workers setting (it is set to ''1' by default)?
Thanks,
MG