In DBConnect I configured a tailed database input and is working fine. I use a true incremental field to track inserts and updates. But every update is added to the index as duplicated events.
Is there any way to configure dbconnect to recognize updated rows by its primary key and avoid duplicates?