Unable to execute commands in Logstash pipeline

I have some pipelines in my logstash.
In that pipelines i am executing some commands as per some conditions. After creating the pipeline i used the following command to test the pipeline

/usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/p1.conf

by using this command the pipeline is working fine and working as expected. But when i start the logstash service all of my pipelines will start and there is no error logs seen. But the commands written in the pipeline won't working or the pipeline won't working as expected.
There is no error logs, only a single line of log that mentioning like this

[Logstash.Output.exec][p1] [992uhjdtgwtwywefdvhdtefefdydbnejudnd]

like this.

It is possible that the pipeline input conflict with other pipelines. Does this p1 pipeline share the same inputs with other pipelines?

Also, you can identify the issue if you enable the debug logs for pipelines and find out if some errors are triggered.

Hi,
all pipelines have the execute plugin with different commands, does that will make a conflict.

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