Can we use another database with same table after sync is completed in Elasticsearch using Logstash

I have imported all the data from a table in postgres master database to Elasticsearch using Logstash JDBC plugin. Now I want to use one of my slave database which have only read permission. I am not sure if I will change the database then whether my records will imported again or will import only new records?

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