Only a fraction of the data get indexed when executing logstash via service

Im consuming data from a DB, When I run the pipelines separately they get all the data, but when I run them via logstash service or with the command /usr/share/logstash/bin/logstash --path.settings /etc/logstash to execute pipelines.yml they dont, a tiny fraction of the data is indexed.

I have other pipelines, in the same pipelines.yml, pointing to another db, and this doesnt happens.

could be a setting in the postgres DB to limit simultaneous conections? and when it gets triggered interrupts the data flow? so that is why I get only a few records?

Logstash 7.6.1

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