<?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: avoid join in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Can-I-search-without-using-join/m-p/645609#M223528</link>
    <description>&lt;P&gt;Join has those limits (size of result set and timeout), which probably hits in your case.&lt;/P&gt;&lt;P&gt;Have you try Woodcock’s inner join example with stats and where? I suppose that it should help you.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jun 2023 18:56:25 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2023-06-02T18:56:25Z</dc:date>
    <item>
      <title>Can I search without using join?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-search-without-using-join/m-p/645528#M223505</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I'm looking to improve performance and avoid the subsearch_maxout issue with a join on two source types.&lt;/P&gt;
&lt;P&gt;I'm joining on a one to many field 'Correlator', srctypeA has will have one unique entry for 'Correlator' and srctypeB has multiple entries. So when my search on srctypeA returns a value for Correlator I want to timechart by a field in records with matching Correlator in srctypeB.&lt;/P&gt;
&lt;P&gt;So the current search below works, I'm looking for better performing options if anyone has any suggestions.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=index1 sourcetype=srctypeA field1=ABC* 
| join max=0 type=inner Correlator [ search index=index1 sourcetype=srctypeB ]
| timechart span=1d count by field2 &lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 05 Jun 2023 14:15:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-search-without-using-join/m-p/645528#M223505</guid>
      <dc:creator>mcaulsc</dc:creator>
      <dc:date>2023-06-05T14:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: avoid join</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-search-without-using-join/m-p/645557#M223510</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I hope that this will help you:&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Splunk-Search/What-is-the-relation-between-the-Splunk-inner-left-join-and-the/m-p/391288/thread-id/113948" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/What-is-the-relation-between-the-Splunk-inner-left-join-and-the/m-p/391288/thread-id/113948&lt;/A&gt;&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 13:20:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-search-without-using-join/m-p/645557#M223510</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-02T13:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: avoid join</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-search-without-using-join/m-p/645564#M223512</link>
      <description>&lt;P&gt;thanks,&lt;BR /&gt;thats is what I have been attempting and I get to the stats point ok with 121k events returned but trying to get the data into a timechart is eluding me at the moment.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 14:23:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-search-without-using-join/m-p/645564#M223512</guid>
      <dc:creator>mcaulsc</dc:creator>
      <dc:date>2023-06-02T14:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: avoid join</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-search-without-using-join/m-p/645609#M223528</link>
      <description>&lt;P&gt;Join has those limits (size of result set and timeout), which probably hits in your case.&lt;/P&gt;&lt;P&gt;Have you try Woodcock’s inner join example with stats and where? I suppose that it should help you.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 18:56:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-search-without-using-join/m-p/645609#M223528</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-02T18:56:25Z</dc:date>
    </item>
  </channel>
</rss>

