I have created environment where logstash is taking data from MS SQL server and feeding (output ) it to Elastic. Main reason to use logstash is to keep these both DB in sync. But now as soon as it feeds data into elastic, pipeline gets terminated.
[2018-04-25T13:13:14,338][INFO ][logstash.pipeline ] Pipeline has terminated {:pipeline_id=>"main", :thread=>"#<Thread:0x5d90da37 run>"}
- Do i need any config changes in order to keep logstash always running?
- How does logstash detects changes in MS-SQL for updating it into Elastic?