Indexing after merging data from 2 tables from 2 different postgres db

Dear ELK User's

Could you please guide me on how to approach the below requirement.

-- There are two tables in two different postgres db say db1 (table1) and db2 (table2).
-- There is one column in table1 which has 14 different translation present in table 2.
-- While indexing data from table1, corresponding data from table2 should also get indexed parallelly at the same time in the same index.
-- How can I fetch both table1 and table2 (data corresponding to column present in table1) data into one index in Elasticsearch.

Anyone having any idea on this, please share

Thanks!

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