Hi,
I wanted to review this use case with you guys and get some ideas as to whether is possible to pull this off or not.
USE CASE:
I'm using JDBC to mssql.
Step 1: Index all data for the first time using logstash (done)
Step 2: Using logstash to maintain the index adding new doc if there has been a new insert in the table and updating documents that have been modified.(still working on)
On my second step I don't fully understand how to do this with logstash, I have read the documetation and other's people use cases but they're not quite the same, or it's simply just going over my head. Any direction or ideas will be much appreciated should have ask this at elastic on this year but this is a new use case for my company.
Thanks in advance.