<?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 Splunk Left outer join in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Left-outer-join/m-p/350021#M174854</link>
    <description>&lt;P&gt;Hi, &lt;BR /&gt;
I have an Index=A and inputlookfile where  I'm trying to get a list of computers which are not common in  'index =A and Inputlook file B, I tried to do a left  join  on the 'computer' name from index =A on input look file , but I'm not getting the desired result. &lt;BR /&gt;
Could you please let me know if we can do a left outer join in spunk to get the resultset which is not common in both the index OR lookup file?&lt;/P&gt;

&lt;P&gt;--Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 26 Apr 2017 01:14:29 GMT</pubDate>
    <dc:creator>snam</dc:creator>
    <dc:date>2017-04-26T01:14:29Z</dc:date>
    <item>
      <title>Splunk Left outer join</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Left-outer-join/m-p/350021#M174854</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;
I have an Index=A and inputlookfile where  I'm trying to get a list of computers which are not common in  'index =A and Inputlook file B, I tried to do a left  join  on the 'computer' name from index =A on input look file , but I'm not getting the desired result. &lt;BR /&gt;
Could you please let me know if we can do a left outer join in spunk to get the resultset which is not common in both the index OR lookup file?&lt;/P&gt;

&lt;P&gt;--Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 01:14:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Left-outer-join/m-p/350021#M174854</guid>
      <dc:creator>snam</dc:creator>
      <dc:date>2017-04-26T01:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Left outer join</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Left-outer-join/m-p/350022#M174855</link>
      <description>&lt;P&gt;Is this OK?&lt;/P&gt;

&lt;P&gt;(A) ※(outer | left）JOIN&lt;BR /&gt;
index =A |join type=outer  computer  [|inputlookup B]  &lt;/P&gt;

&lt;P&gt;(A NOT B)&lt;BR /&gt;
index =A NOT [|inputlookup B|fields computer]&lt;/P&gt;

&lt;P&gt;(A AND B)&lt;BR /&gt;
index =A |join type=inner computer  [|inputlookup B] &lt;BR /&gt;
OR&lt;BR /&gt;
index =A  [|inputlookup B|fields computer]&lt;/P&gt;

&lt;P&gt;(A OR B)&lt;BR /&gt;
index =A |append  [|inputlookup B] &lt;/P&gt;

&lt;P&gt;(When making it unique)&lt;BR /&gt;
･････ |stats latest(*) AS *  BY computer&lt;BR /&gt;
OR&lt;BR /&gt;
･････ |dedup computer&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 04:58:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Left-outer-join/m-p/350022#M174855</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2017-04-26T04:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Left outer join</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Left-outer-join/m-p/350023#M174856</link>
      <description>&lt;P&gt;I tried the above solutions and it didnt work.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 15:41:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Left-outer-join/m-p/350023#M174856</guid>
      <dc:creator>snam</dc:creator>
      <dc:date>2017-04-26T15:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Left outer join</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Left-outer-join/m-p/350024#M174857</link>
      <description>&lt;P&gt;Can you present samples of search statements and lookup files?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 02:16:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Left-outer-join/m-p/350024#M174857</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2017-04-27T02:16:48Z</dc:date>
    </item>
  </channel>
</rss>

