Hi. We're trying to perform an alarm with a watcher alarm but we don't know how.
We have two different indices, index-1 and index-2, we need to search all events of index-1 and find all unique values of a field called field-x.
We need to search all events of index-2 and find all unique values of a field called field-y.
And then we have to compare these two arrays, and if they are different, we need to alarm and show the different values.
Can you help us with it?
Thank you, kind regards.