Logstash pipeline got terminated after running a certain time but logstash is not getting shut down

We are running a pipeline that will fetch the data from oracle db table and send it to elasticsearch. We are using jdbc input plugin for that. As it is a one time activity we are running it in the following way

nohup logstash-6.8.2/bin/logstash -w 1 -b 1000 -f pipelines/pipeline-oracle_db.conf &

(We are using aggregation filter so that worker count is 1)

As it is an one time job, expectation is logstash will be getting closed once process is completed. But after running successfully for a couple of minutes (like 40 or 50 mins) pipeline certainly got terminated without completing the job but logstash is running in background. Not outputs are going to ElasticSearch from Logstash.

[2019-12-04T15:13:43,318][INFO ][logstash.pipeline ] Pipeline has terminated {:pipeline_id=>"main", :thread=>"#<Thread:0x14184562 run>"

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