Identify the difference in data for two successive days

I have a query which gives the tabular data on the key value pairs. I want to analyse the same query for two successive days and find out the new additions or deletions from the key values in the table. Any option available in Elasticsearch. Please help

Hello @lshmikanth ,

Can you provide some examples of records and how you want to compare them to illustrate your problem?

Thank you Alex. Sample data as below.This table will be built every data as a report. If there are additions or deletions from list I want to know the difference

Column 1 | Column 2 | Column 3
|--- | --- | --- | ---|
|AAA | APP1 | 1195 | |
|BBB | APP2 | 892 | |
|CCC | APP3 | 638 | |