<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Compare multiple inputlookup's in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Compare-multiple-inputlookup-s/m-p/87846#M182178</link>
    <description>&lt;P&gt;You could probably do this using &lt;CODE&gt;set diff&lt;/CODE&gt;. Something like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| set diff [|inputlookup table1.csv] [|inputlookup table2.csv]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;(So, note that set diff is used at the very start of the search)&lt;/P&gt;

&lt;P&gt;If you want to diff on specific fields, add &lt;CODE&gt;| field yourfieldofinterest&lt;/CODE&gt; at the end of each subsearch.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Apr 2013 20:18:02 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2013-04-08T20:18:02Z</dc:date>
    <item>
      <title>Compare multiple inputlookup's</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Compare-multiple-inputlookup-s/m-p/87845#M182177</link>
      <description>&lt;P&gt;I am looking for a way to compare data from multiple inputlookup csv's. Each CSV has the same exact set of fieldnames (IP, Host, Title). I know that I can list all the data from one csv by running: | inputlookup table1.csv&lt;BR /&gt;
but I would like to search multiple table's at once and compare the results from specific fields. Is this possible in Splunk?&lt;/P&gt;

&lt;P&gt;I imagine it's doable using a subsearch but I haven't had much luck. Things like: | inputlookup table1.csv [ | inputlookup table2.csv ] doesn't seem to work. &lt;/P&gt;

&lt;P&gt;Anyone have any thoughts on this?&lt;BR /&gt;
Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2013 19:04:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Compare-multiple-inputlookup-s/m-p/87845#M182177</guid>
      <dc:creator>aswanda</dc:creator>
      <dc:date>2013-04-08T19:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Compare multiple inputlookup's</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Compare-multiple-inputlookup-s/m-p/87846#M182178</link>
      <description>&lt;P&gt;You could probably do this using &lt;CODE&gt;set diff&lt;/CODE&gt;. Something like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| set diff [|inputlookup table1.csv] [|inputlookup table2.csv]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;(So, note that set diff is used at the very start of the search)&lt;/P&gt;

&lt;P&gt;If you want to diff on specific fields, add &lt;CODE&gt;| field yourfieldofinterest&lt;/CODE&gt; at the end of each subsearch.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2013 20:18:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Compare-multiple-inputlookup-s/m-p/87846#M182178</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-04-08T20:18:02Z</dc:date>
    </item>
  </channel>
</rss>

