<?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: Get full join result of two logs in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Get-full-join-result-of-two-logs/m-p/68093#M17025</link>
    <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; How this is solved?? even i am looking for same solution.. i have 3 joins in my query &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; but appending max=0 didn't solve my issue &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Apr 2013 12:47:16 GMT</pubDate>
    <dc:creator>smolcj</dc:creator>
    <dc:date>2013-04-05T12:47:16Z</dc:date>
    <item>
      <title>Get full join result of two logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Get-full-join-result-of-two-logs/m-p/68091#M17023</link>
      <description>&lt;P&gt;How to get full join result of the below two logs:&lt;BR /&gt;
log1:&lt;BR /&gt;
ID, value1&lt;BR /&gt;
1,aaa&lt;BR /&gt;
1,abc&lt;/P&gt;

&lt;P&gt;log2:&lt;BR /&gt;
ID, value2&lt;BR /&gt;
1,X1&lt;BR /&gt;
1,X4&lt;BR /&gt;
When join the two logs with source=log1 join type=inner ID [search source=log2] , it will get results like&lt;BR /&gt;
ID,value1,value2&lt;BR /&gt;
1,aaa,X1&lt;BR /&gt;
1,abc,X1&lt;BR /&gt;
How can I get the full join of the two logs like:&lt;BR /&gt;
ID,value1,value2&lt;BR /&gt;
1,aaa,X1&lt;BR /&gt;
1,abc,X1&lt;BR /&gt;
1,aaa,X4&lt;BR /&gt;
1,abc,X4&lt;BR /&gt;
Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2012 09:41:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Get-full-join-result-of-two-logs/m-p/68091#M17023</guid>
      <dc:creator>foloyo1314</dc:creator>
      <dc:date>2012-12-19T09:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Get full join result of two logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Get-full-join-result-of-two-logs/m-p/68092#M17024</link>
      <description>&lt;P&gt;You're probably looking for the max=0 option of the join command, enabling the re-use of a previously joined event for more joins. Note though, for large inputs this may yield huge result sets.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2012 10:25:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Get-full-join-result-of-two-logs/m-p/68092#M17024</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2012-12-19T10:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get full join result of two logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Get-full-join-result-of-two-logs/m-p/68093#M17025</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; How this is solved?? even i am looking for same solution.. i have 3 joins in my query &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; but appending max=0 didn't solve my issue &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2013 12:47:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Get-full-join-result-of-two-logs/m-p/68093#M17025</guid>
      <dc:creator>smolcj</dc:creator>
      <dc:date>2013-04-05T12:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Get full join result of two logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Get-full-join-result-of-two-logs/m-p/68094#M17026</link>
      <description>&lt;P&gt;The question of how to get the full join was indeed solved by setting max=0. If you have a different problem not solved by this you should ask a separate question.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2013 15:01:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Get-full-join-result-of-two-logs/m-p/68094#M17026</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-04-05T15:01:32Z</dc:date>
    </item>
  </channel>
</rss>

