Logstash process

Hello,

I have some query:

1.) When schedule job runs, then what will be the process? Whole database data push in the elastic search or only updated data?

2.) When schedule job runs, will be any acknowledgement from logstash side? such that any acknowledgement what data inserted or updated in elastic search?

Whole database data push in the Elasticsearch or only updated data?

It depends on how you have configured the jdbc input. Pay attention to what's said about the sql_last_value parameter in the plugin docs.

When schedule job runs, will be any acknowledgement from logstash side? such that any acknowledgement what data inserted or updated in Elasticsearch?

No.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.