<?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 Subsearch Help in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Subsearch-Help/m-p/89188#M22876</link>
    <description>&lt;P&gt;[subsearch]: Subsearch produced 50000 results, truncating to maxout 50000.&lt;BR /&gt;
How to fix this??please help&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Apr 2013 07:49:39 GMT</pubDate>
    <dc:creator>shri_27</dc:creator>
    <dc:date>2013-04-10T07:49:39Z</dc:date>
    <item>
      <title>Subsearch Help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Subsearch-Help/m-p/89188#M22876</link>
      <description>&lt;P&gt;[subsearch]: Subsearch produced 50000 results, truncating to maxout 50000.&lt;BR /&gt;
How to fix this??please help&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2013 07:49:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Subsearch-Help/m-p/89188#M22876</guid>
      <dc:creator>shri_27</dc:creator>
      <dc:date>2013-04-10T07:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Subsearch Help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Subsearch-Help/m-p/89189#M22877</link>
      <description>&lt;P&gt;That error should probably read "You're doing it wrong".  Post your search. I've never encountered a real world problem where a subsearch is required.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2013 08:01:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Subsearch-Help/m-p/89189#M22877</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2013-04-10T08:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Subsearch Help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Subsearch-Help/m-p/89190#M22878</link>
      <description>&lt;P&gt;sourcetype="csv-37" NOT "suplierID" NOT "----*"| table suplierID,contractID | join suplierID[search sourcetype="csv-31" | fields suplierID,contractID] | table suplierID,contractID&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2013 08:08:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Subsearch-Help/m-p/89190#M22878</guid>
      <dc:creator>shri_27</dc:creator>
      <dc:date>2013-04-10T08:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Subsearch Help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Subsearch-Help/m-p/89191#M22879</link>
      <description>&lt;P&gt;So an inner join only matches if supplierid is present in both searches, and contractId from the subsearch will overwrite the result from the main search.&lt;/P&gt;

&lt;P&gt;Try something like this :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(sourcetype="csv-37" NOT "suplierID" NOT "----*") OR ( sourcetype="csv-31" ) 
| stats dc(sourcetype) as types by suplierID,contractID | where types &amp;gt; 1
| table suplierID,contractID 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Apr 2013 14:53:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Subsearch-Help/m-p/89191#M22879</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2013-04-10T14:53:38Z</dc:date>
    </item>
  </channel>
</rss>

