Thanks for the reply, im new to splunk, so pardon my silly questions how would i script a search that compares ether column of the lookup against data in the index using what you sent , would that be index=myindex ( [ | inputlookup my lookup | rename IPs as query | fields query ] OR [ | inputlookup my lookup | rename URLs as query | fields query ] ) thanks for your help your_search ([ | inputlookup your_lookup | rename IP AS query | fields query ] OR [ | inputlookup your_lookup | rename URL AS query | fields query ])
... View more