hi, i a total newbie i need to do a search in splunk matching the domain in my lookup table (master_lookup.csv) my table have the columns indicators, published_date , last_update, labels my index is below ((index=bcoat_logs AND sourcetype=bluecoat:proxysg:access:file ) OR (index=nanolog_906062_zscaler AND sourcetype=zscalernss-web)) how do i have the output when it match the indicators my desired output will include _time, indicators, published_date , last_update, labels
... View more