<?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: Change maxresulttows for outputlookup? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Change-maxresulttows-for-outputlookup/m-p/323548#M96589</link>
    <description>&lt;P&gt;The query is something like - &lt;CODE&gt;any search | table field1  | outputlookup field1&lt;/CODE&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Sep 2017 10:57:39 GMT</pubDate>
    <dc:creator>ddrillic</dc:creator>
    <dc:date>2017-09-11T10:57:39Z</dc:date>
    <item>
      <title>Change maxresulttows for outputlookup?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-maxresulttows-for-outputlookup/m-p/323545#M96586</link>
      <description>&lt;P&gt;When running an inline search the results limit is high as we have in &lt;CODE&gt;limits.conf&lt;/CODE&gt; the following.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[searchresults]
maxresultrows = 50000000
# Defaults to 50000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However, when we schedule the same search and direct the output to a lookup table via &lt;CODE&gt;outputlookup &amp;lt;filename&amp;gt;&lt;/CODE&gt;, the lookup file is only of 50K lines.&lt;/P&gt;

&lt;P&gt;Can we change this value?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 20:02:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-maxresulttows-for-outputlookup/m-p/323545#M96586</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-09-05T20:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Change maxresulttows for outputlookup?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-maxresulttows-for-outputlookup/m-p/323546#M96587</link>
      <description>&lt;P&gt;Our Sales Engineer told me - &lt;/P&gt;

&lt;P&gt;-- The issue is that the search head isn’t executing the search, your search jobs server is.&lt;BR /&gt;
You need to modify that stanza on the jobs server.&lt;/P&gt;

&lt;P&gt;Does it mean that every command which involves &lt;CODE&gt;outputlookup &amp;lt;filename&amp;gt;&lt;/CODE&gt; runs on the batch head?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 18:51:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-maxresulttows-for-outputlookup/m-p/323546#M96587</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-09-08T18:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Change maxresulttows for outputlookup?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-maxresulttows-for-outputlookup/m-p/323547#M96588</link>
      <description>&lt;P&gt;I don't understand these terms. What does "search jobs server" mean? What does "batch head" mean?&lt;/P&gt;

&lt;P&gt;The outputlookup command runs on the search head (or standalone Splunk instance) where the search is executed. &lt;BR /&gt;
However, other commands ALSO have maxresultrows, such as the stats command. The use of any of these commands prior to the outputlookup command would mean that the number of results overall would be constrained.&lt;/P&gt;

&lt;P&gt;Perhaps you should consider multiple searches, each with its own outputlookup. Perhaps you could run one search per host, for example. Just be sure to name each outputlookup file differently. You might consider using the foreach command (or maybe the map command) to accomplish this.&lt;/P&gt;

&lt;P&gt;Perhaps posting your actual search would give the community more ideas about how to help.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2017 18:02:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-maxresulttows-for-outputlookup/m-p/323547#M96588</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2017-09-10T18:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Change maxresulttows for outputlookup?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-maxresulttows-for-outputlookup/m-p/323548#M96589</link>
      <description>&lt;P&gt;The query is something like - &lt;CODE&gt;any search | table field1  | outputlookup field1&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 10:57:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-maxresulttows-for-outputlookup/m-p/323548#M96589</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-09-11T10:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Change maxresulttows for outputlookup?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-maxresulttows-for-outputlookup/m-p/323549#M96590</link>
      <description>&lt;P&gt;We have these batch heads, jobs servers, which are SHs that run saved searches and their configurations is different than the SHs. So, apparently, we need so sync their configurations with the SHs.&lt;/P&gt;

&lt;P&gt;We use something in the spirit of &lt;A href="https://answers.splunk.com/answers/59088/scheduled-searches-with-a-jobs-server-and-pooling.html"&gt;Scheduled searches with a jobs server and pooling&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 14:34:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-maxresulttows-for-outputlookup/m-p/323549#M96590</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-09-11T14:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Change maxresulttows for outputlookup?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-maxresulttows-for-outputlookup/m-p/323550#M96591</link>
      <description>&lt;P&gt;ddrillic, Iguinn2, I am trying to do the |inputlookup largefile.csv |outputlookup  largefile, as per &lt;A href="https://dev.splunk.com/enterprise/docs/developapps/kvstore/migrateyourappfromusingcsv/"&gt;https://dev.splunk.com/enterprise/docs/developapps/kvstore/migrateyourappfromusingcsv/&lt;/A&gt; .  The csv file  is  +200MB with +1.5mil rows,  to try reduce the bundle size.  is it stable or advisable  to do maxresultrows = 5000000 ?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 21:17:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-maxresulttows-for-outputlookup/m-p/323550#M96591</guid>
      <dc:creator>lim2</dc:creator>
      <dc:date>2020-03-16T21:17:59Z</dc:date>
    </item>
  </channel>
</rss>

