How to run Incremental update(addition of new rows) + updation of existing rows simultaneously, when running SQL query through logstash jdbc plug in

@ApekshaB, it sounds like using modification_timestamp instead of Serial_no as your sql_last_value would achieve what you want.