Hi All,
Need advise in creating a watch which will compare 2 text fields present in 2 different indexes. Condition is if any word present in field of 2nd index is found in field of 1st index, it should alert.
Eg -
Index 1 have field -
"response" : "Hi this is just test"
Index 2 have field -
"response": "test to check if matches"
It should alert because "test" is present in both field of different index.