How to update index in elastic search when orcal table changed

I'am working with myself , I' am using orcal database ,Iam making indexing from orcal data base into elastic search, the problem is how to get the updated and new rows from orcal data base into elastic search without reindex the whole Table data.
how to solve this problem ?
thank you very much .

Logstash should be able to do this - https://www.elastic.co/guide/en/logstash/current/plugins-inputs-jdbc.html

1 Like