<?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 How to combine a search with a data model without the JOIN operator? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-combine-a-search-with-a-data-model-without-the-JOIN/m-p/294995#M89026</link>
    <description>&lt;P&gt;Hi experts,&lt;/P&gt;

&lt;P&gt;I try to combine a normal search with a data model without the JOIN operator, because of the slow processing speed and the subsearch result limitation of 50.000 results per search. &lt;/P&gt;

&lt;P&gt;I read in the .conf 2016 session by Nick Mealy (&lt;A href="https://conf.splunk.com/files/2016/slides/let-stats-sort-them-out-building-complex-result-sets-that-use-multiple-source-types.pdf"&gt;https://conf.splunk.com/files/2016/slides/let-stats-sort-them-out-building-complex-result-sets-that-use-multiple-source-types.pdf&lt;/A&gt;) that this not possible because the data model command is a generating command. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Does anybody has a solution or face the same problem? I think it is really important to combine a data model and normal searches in a efficient way.&lt;/P&gt;

&lt;P&gt;Kind regards,&lt;BR /&gt;
Christopher&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2017 09:28:57 GMT</pubDate>
    <dc:creator>christopherwern</dc:creator>
    <dc:date>2017-10-12T09:28:57Z</dc:date>
    <item>
      <title>How to combine a search with a data model without the JOIN operator?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-combine-a-search-with-a-data-model-without-the-JOIN/m-p/294995#M89026</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;

&lt;P&gt;I try to combine a normal search with a data model without the JOIN operator, because of the slow processing speed and the subsearch result limitation of 50.000 results per search. &lt;/P&gt;

&lt;P&gt;I read in the .conf 2016 session by Nick Mealy (&lt;A href="https://conf.splunk.com/files/2016/slides/let-stats-sort-them-out-building-complex-result-sets-that-use-multiple-source-types.pdf"&gt;https://conf.splunk.com/files/2016/slides/let-stats-sort-them-out-building-complex-result-sets-that-use-multiple-source-types.pdf&lt;/A&gt;) that this not possible because the data model command is a generating command. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Does anybody has a solution or face the same problem? I think it is really important to combine a data model and normal searches in a efficient way.&lt;/P&gt;

&lt;P&gt;Kind regards,&lt;BR /&gt;
Christopher&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 09:28:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-combine-a-search-with-a-data-model-without-the-JOIN/m-p/294995#M89026</guid>
      <dc:creator>christopherwern</dc:creator>
      <dc:date>2017-10-12T09:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine a search with a data model without the JOIN operator?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-combine-a-search-with-a-data-model-without-the-JOIN/m-p/294996#M89027</link>
      <description>&lt;P&gt;There are a number of strategies.  The top two are multisearch and append.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;MULTISEARCH&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| multisearch
    [ search with all streaming distributed commands]
    [ | datamodel search with all streaming distributed commands]
| rename COMMENT as "Commands that are not streaming go here and operate on both subsets."
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;APPEND&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;my first search 
| append [| my datamodel search ]
| rename COMMENT as "More commands that operate on both subsets."
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Oct 2017 15:45:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-combine-a-search-with-a-data-model-without-the-JOIN/m-p/294996#M89027</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-10-12T15:45:52Z</dc:date>
    </item>
  </channel>
</rss>

