Hello,
Please could you help me on my request
I have 2 piplelines, each one load data into separate ES index
both of pipline have use same document format/_id
I need to run query to get all documents with differences
example
pipeline1 : index1/document[id, att1, att2, att3]
pipeline2 : index2/document[id, att1, att2, att3]
I have to run query to fin all documents with differents attributes
Thank You
Yassine