Hi!
I'm trying to get working a watcher which would alert me when one of my sites generates some error, but I'm only interested in that data if there aren't normal response codes.
I tried referring to the first input's data, but if I understood correctly here it's not possible. Then I thought I could compare somehow the two result set but couldn't get any result from that.
I'd like to achieve somehow that if field equals to X then check how many times got the same pages (by referring to the first result set's other indexed field) got Y. Preferably I'd check the difference, but that's after I get this working
Thank you!