<?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: Replacement for Join in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Replacement-for-Join/m-p/347818#M102995</link>
    <description>&lt;P&gt;Hi ryanprayacn,&lt;BR /&gt;
could you share more details and examples?&lt;BR /&gt;
watching your example, it seems that you don't need Primary table, you only need to show in a table values of Secondary Table in a different order!&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Mon, 25 Sep 2017 11:14:04 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2017-09-25T11:14:04Z</dc:date>
    <item>
      <title>Replacement for Join</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Replacement-for-Join/m-p/347817#M102994</link>
      <description>&lt;P&gt;The below example provides the output I need, but I will exceed the JOIN command limitations (50k).  Can someone advise on a different way to accomplish the join below - without using the JOIN command?&lt;/P&gt;

&lt;P&gt;So as an example:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Primary Table&lt;/STRONG&gt; &lt;BR /&gt;
Customer 1, 2, 3&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Secondary Table&lt;/STRONG&gt;&lt;BR /&gt;
Customer 1,2,3,2&lt;BR /&gt;
Spend 100, 200, 300, 400&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Search&lt;/STRONG&gt;: index=primary | join type=left max=0 Customer [search index=secondary] | table Customer Spend&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Output&lt;/STRONG&gt; is&lt;BR /&gt;
Customer 1, 2, 2, 3&lt;BR /&gt;
Spend 100, 200, 400, 300&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 11:06:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Replacement-for-Join/m-p/347817#M102994</guid>
      <dc:creator>ryanprayacn</dc:creator>
      <dc:date>2017-09-25T11:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for Join</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Replacement-for-Join/m-p/347818#M102995</link>
      <description>&lt;P&gt;Hi ryanprayacn,&lt;BR /&gt;
could you share more details and examples?&lt;BR /&gt;
watching your example, it seems that you don't need Primary table, you only need to show in a table values of Secondary Table in a different order!&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 11:14:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Replacement-for-Join/m-p/347818#M102995</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-25T11:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for Join</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Replacement-for-Join/m-p/347819#M102996</link>
      <description>&lt;P&gt;Please assume that you must join the tables. Just trying to provide a simple example. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 11:18:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Replacement-for-Join/m-p/347819#M102996</guid>
      <dc:creator>ryanprayacn</dc:creator>
      <dc:date>2017-09-25T11:18:32Z</dc:date>
    </item>
  </channel>
</rss>

