I've Googled it, but can't find a SOLUTION.
I've got a search that pulls Validators remaining per Subject. I want to pass that list of validators (single variable) and Subject (and maybe status) variable to the parent search to be used for that search. So the final table be the parent search with the correlated subsearch data (list of validators). The two searches are of different indexes, but the Subjects are the same.
Any ideas or links to solutions that I obviously missed?
It would help if you showed your current searches. The general form is
index=index2 somestufftosearchfor [ search index=index1 someotherstufftosearchfor | fields validator Subject status | format ]
| ...
The validator, Subject, and status fields will be returned to the main search in form
((validator=foo Subject=bar status=baz) OR (validator=foo2 Subject=bar2 status=baz2) ...)