I have 3 indexes at elastic. want to compare the 2 index bassed on the common fields and update the data on 3 index.
- index A { name field type keyword,phoneno}.
- index B { name field type keyword,address}.
- Index C has the address and phone no field to update.
index A and B has the common field "name". So based on the name field want to compare and get the "phoneno" and "address" from these indexes and want update this data at index C.
could you please help us to write any script to update the data?
Thank you