Incase, 10 more records got added to the Employee table , How the data will loaded to Logstash. pipeline going transfer only 10 records or all the data. Can you please tell me where we can capture only incremental data or delta data from Employee table
@simplifyingtech4 ай бұрын
good qus for incremental data either you can schedule as logstash job , or use below commands statement => "SELECT * FROM Tablename where dateinserted >:sql_last_value;" last_run_metadata_path => "C:\Users\Admin\.logstash_jdbc_last_run" #schedule => "* * * * * *"