<?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: In sort command I want to avoid limit of 10,000 rows without using attribute &amp;quot;count=0&amp;quot;. Is there any setting for this in any conf file ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/In-sort-command-I-want-to-avoid-limit-of-10-000-rows-without/m-p/369354#M108823</link>
    <description>&lt;P&gt;Even I didn't see any parameter in limits.conf which I can use to remove this limit with sort command. &lt;/P&gt;</description>
    <pubDate>Wed, 28 Jun 2017 03:59:57 GMT</pubDate>
    <dc:creator>abhinav_maxonic</dc:creator>
    <dc:date>2017-06-28T03:59:57Z</dc:date>
    <item>
      <title>In sort command I want to avoid limit of 10,000 rows without using attribute "count=0". Is there any setting for this in any conf file ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/In-sort-command-I-want-to-avoid-limit-of-10-000-rows-without/m-p/369351#M108820</link>
      <description>&lt;P&gt;When I sort my data by some field, by default its has limit of 10,000 rows. If I use attribute count=0 along with sort command it removes this limit. I want to know if I can do any settings or change any parameter in any conf file, so that next time I don't have to use "count=0" in order to avoid the limit of 10,000 rows. &lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 05:39:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/In-sort-command-I-want-to-avoid-limit-of-10-000-rows-without/m-p/369351#M108820</guid>
      <dc:creator>abhinav_maxonic</dc:creator>
      <dc:date>2017-06-23T05:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: In sort command I want to avoid limit of 10,000 rows without using attribute "count=0". Is there any setting for this in any conf file ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/In-sort-command-I-want-to-avoid-limit-of-10-000-rows-without/m-p/369352#M108821</link>
      <description>&lt;P&gt;well, there is a limits.conf file, but its not having any options for sort command. &lt;/P&gt;

&lt;P&gt;one more thing - you were saying "sort count=0"&lt;BR /&gt;&lt;BR /&gt;
actually, we need not include "count=".. just add a "0" after sort. &lt;/P&gt;

&lt;P&gt;so, to get all results we have to run &lt;BR /&gt;
- for example to sort by host&lt;BR /&gt;
&lt;CODE&gt;&amp;lt;source&amp;gt; | sort 0 host&lt;/CODE&gt;  &lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 06:37:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/In-sort-command-I-want-to-avoid-limit-of-10-000-rows-without/m-p/369352#M108821</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2017-06-23T06:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: In sort command I want to avoid limit of 10,000 rows without using attribute "count=0". Is there any setting for this in any conf file ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/In-sort-command-I-want-to-avoid-limit-of-10-000-rows-without/m-p/369353#M108822</link>
      <description>&lt;P&gt;It is a common best practice to ALWAYS use &lt;CODE&gt;sort 0&lt;/CODE&gt; instead of &lt;CODE&gt;sort&lt;/CODE&gt; because of this silly default trimming value.&lt;BR /&gt;
I am unaware of any way to change this default.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 08:38:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/In-sort-command-I-want-to-avoid-limit-of-10-000-rows-without/m-p/369353#M108822</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-06-23T08:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: In sort command I want to avoid limit of 10,000 rows without using attribute "count=0". Is there any setting for this in any conf file ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/In-sort-command-I-want-to-avoid-limit-of-10-000-rows-without/m-p/369354#M108823</link>
      <description>&lt;P&gt;Even I didn't see any parameter in limits.conf which I can use to remove this limit with sort command. &lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 03:59:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/In-sort-command-I-want-to-avoid-limit-of-10-000-rows-without/m-p/369354#M108823</guid>
      <dc:creator>abhinav_maxonic</dc:creator>
      <dc:date>2017-06-28T03:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: In sort command I want to avoid limit of 10,000 rows without using attribute "count=0". Is there any setting for this in any conf file ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/In-sort-command-I-want-to-avoid-limit-of-10-000-rows-without/m-p/369355#M108824</link>
      <description>&lt;P&gt;Np. Thanks for answering. &lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 04:00:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/In-sort-command-I-want-to-avoid-limit-of-10-000-rows-without/m-p/369355#M108824</guid>
      <dc:creator>abhinav_maxonic</dc:creator>
      <dc:date>2017-06-28T04:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: In sort command I want to avoid limit of 10,000 rows without using attribute "count=0". Is there any setting for this in any conf file ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/In-sort-command-I-want-to-avoid-limit-of-10-000-rows-without/m-p/369356#M108825</link>
      <description>&lt;P&gt;from splunk's developer point of view, this does not require a config file editing, processing the config file, etc.,.. after "sort", all you need to add is just "a space, 0, another space" ("&lt;EM&gt;0&lt;/EM&gt;"). &lt;/P&gt;

&lt;P&gt;i think the developers usually do this as a general a way of making the users to learn the commands and tools (the linux commands and tools, for example vi, sed .. all full of these small twists and turns &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; )&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 04:29:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/In-sort-command-I-want-to-avoid-limit-of-10-000-rows-without/m-p/369356#M108825</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2017-06-28T04:29:22Z</dc:date>
    </item>
  </channel>
</rss>

