Hi all!
I have a sync job for logstash which continuously picked data that have these config setups
use_column_value => true
tracking_column => "last_update_time"
tracking_column_type => "timestamp"
my question is if the logstash stops the query/ picking data even though the service is up and running, what could be the potential reasons? I am having a hard time debugging this issue.
one point to notice is that whenever i restart it starts picking the data and working properly..