Hello Everyone ,
I have been looking for a way to realize the following task :
To compare two indentical fields from the same index , but different have different dates ( data1[]= from now to now-24h) and (data2[]= from now-2days to now-30days) . basically i want to get (visualize) the result of (data1[] - data2[]) which means all the domains that are in data1[] but not in data2[] .
How can i do it ?
- Create scripting fields ??
- Create a watcher