Find differences between 2 documents

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

This is not anything you can do via an API request, it's just not functionality ES has.

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