<?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: Export results from KV lookup file in Lookup editor in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/631962#M219504</link>
    <description>&lt;P&gt;I'm trying to use lookup Editor app.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Feb 2023 07:40:56 GMT</pubDate>
    <dc:creator>smanojkumar</dc:creator>
    <dc:date>2023-02-23T07:40:56Z</dc:date>
    <item>
      <title>Export results from KV lookup file in Lookup editor?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/631700#M219403</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;I would like to export the results of kv lookup file in a lookup editor, but the results after exporting is only 50k records, even the original results is 80k records, How to download the entire results in a single file?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 17:51:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/631700#M219403</guid>
      <dc:creator>smanojkumar</dc:creator>
      <dc:date>2023-02-23T17:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Export results from KV lookup file in Lookup editor</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/631717#M219408</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/236500"&gt;@smanojkumar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;are you trying to export rows from a KV Store lookup using the inputlookup command or the Lookup Editor App?&lt;/P&gt;&lt;P&gt;Inputllokup has the limit of 50,000 results, but the export from the Lookup Editor shouldn't have this limit.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 13:11:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/631717#M219408</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-21T13:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Export results from KV lookup file in Lookup editor</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/631962#M219504</link>
      <description>&lt;P&gt;I'm trying to use lookup Editor app.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 07:40:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/631962#M219504</guid>
      <dc:creator>smanojkumar</dc:creator>
      <dc:date>2023-02-23T07:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Export results from KV lookup file in Lookup editor</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/631965#M219506</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/236500"&gt;@smanojkumar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;at first see if the solution from&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/1406"&gt;@woodcock&lt;/a&gt;&amp;nbsp;solves your requirement&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Splunk-Search/How-can-I-escape-the-50K-subsearch-limit-while-linking-commands/m-p/275324" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/How-can-I-escape-the-50K-subsearch-limit-while-linking-commands/m-p/275324&lt;/A&gt;&lt;/P&gt;&lt;P&gt;otherwise, you could modify limits.conf:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[searchresults]
maxresultrows = 100000
[stats]
maxresultrows = 100000
[top]
maxresultrows = 100000&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 07:46:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/631965#M219506</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-23T07:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Export results from KV lookup file in Lookup editor</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/631975#M219509</link>
      <description>&lt;P&gt;We need to modify in all these 3 places in limits.config file? [searchresults] maxresultrows = 100000 [stats] maxresultrows = 100000 [top] maxresultrows = 100000&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 08:21:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/631975#M219509</guid>
      <dc:creator>smanojkumar</dc:creator>
      <dc:date>2023-02-23T08:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Export results from KV lookup file in Lookup editor</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/632349#M219667</link>
      <description>Actually, i'm having same configuration in test environment but the lookup editor is working fine, but it is not working in dev environment, any other things or ways to increase the export records count.</description>
      <pubDate>Mon, 27 Feb 2023 11:26:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/632349#M219667</guid>
      <dc:creator>smanojkumar</dc:creator>
      <dc:date>2023-02-27T11:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Export results from KV lookup file in Lookup editor</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/632494#M219713</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/236500"&gt;@smanojkumar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;yes, I used 100000 in my example, but if you have less rown, you can use a minor number.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 07:35:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/632494#M219713</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-28T07:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Export results from KV lookup file in Lookup editor</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/632500#M219715</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; We are having same configuration in test environment, but it's working fine, not in dev environment. Any other ways are there&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;?&lt;/P&gt;&lt;P&gt;1. test environment&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smanojkumar_0-1677569780162.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/24081i52DAF6B2AB698CAC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smanojkumar_0-1677569780162.png" alt="smanojkumar_0-1677569780162.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. Dev environment&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smanojkumar_1-1677569806261.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/24082i411C9EF8DEE189B8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smanojkumar_1-1677569806261.png" alt="smanojkumar_1-1677569806261.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 07:37:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/632500#M219715</guid>
      <dc:creator>smanojkumar</dc:creator>
      <dc:date>2023-02-28T07:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Export results from KV lookup file in Lookup editor</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/632935#M219860</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Any other way other&amp;nbsp;than this.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 08:53:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/632935#M219860</guid>
      <dc:creator>smanojkumar</dc:creator>
      <dc:date>2023-03-02T08:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Export results from KV lookup file in Lookup editor</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/632945#M219867</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I'm curious to know about this,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 09:16:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/632945#M219867</guid>
      <dc:creator>smanojkumar</dc:creator>
      <dc:date>2023-03-02T09:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Export results from KV lookup file in Lookup editor</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/633111#M219924</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I had changed those limits to 500000, even I can't export more than 50k rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 07:53:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Export-results-from-KV-lookup-file-in-Lookup-editor/m-p/633111#M219924</guid>
      <dc:creator>smanojkumar</dc:creator>
      <dc:date>2023-03-03T07:53:14Z</dc:date>
    </item>
  </channel>
</rss>

