<?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: Search event count limited from REST API but not UI search in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-event-count-limited-from-REST-API-but-not-UI-search/m-p/42086#M9802</link>
    <description>&lt;P&gt;THIS WORKED FOR ME - thanks so much karan1337 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jul 2016 19:14:48 GMT</pubDate>
    <dc:creator>santos_solorzan</dc:creator>
    <dc:date>2016-07-26T19:14:48Z</dc:date>
    <item>
      <title>Search event count limited from REST API but not UI search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-event-count-limited-from-REST-API-but-not-UI-search/m-p/42079#M9795</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm running a search as follows via the Splunk Web UI ie.
search index="xxxx" sourcetype="some_gateway" for a given day(24hrs) and it returns say &amp;gt;500,000 results, but the same search queried from the REST API stops early at 173,889 results every time. How  can I increase this number and why is the UI query different?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2011 12:11:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-event-count-limited-from-REST-API-but-not-UI-search/m-p/42079#M9795</guid>
      <dc:creator>tabchb</dc:creator>
      <dc:date>2011-02-10T12:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Search event count limited from REST API but not UI search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-event-count-limited-from-REST-API-but-not-UI-search/m-p/42080#M9796</link>
      <description>&lt;P&gt;adding the magic status_buckets = 300 parameter to the search create command seems to have allowed me to bust through the limit&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2011 16:02:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-event-count-limited-from-REST-API-but-not-UI-search/m-p/42080#M9796</guid>
      <dc:creator>tabchb</dc:creator>
      <dc:date>2011-02-10T16:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Search event count limited from REST API but not UI search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-event-count-limited-from-REST-API-but-not-UI-search/m-p/42081#M9797</link>
      <description>&lt;P&gt;Nope new limit at 400,000&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2011 16:24:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-event-count-limited-from-REST-API-but-not-UI-search/m-p/42081#M9797</guid>
      <dc:creator>tabchb</dc:creator>
      <dc:date>2011-02-10T16:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Search event count limited from REST API but not UI search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-event-count-limited-from-REST-API-but-not-UI-search/m-p/42082#M9798</link>
      <description>&lt;P&gt;Are you trying to export the events as a csv file?  &lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2011 01:57:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-event-count-limited-from-REST-API-but-not-UI-search/m-p/42082#M9798</guid>
      <dc:creator>steveyz</dc:creator>
      <dc:date>2011-02-11T01:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Search event count limited from REST API but not UI search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-event-count-limited-from-REST-API-but-not-UI-search/m-p/42083#M9799</link>
      <description>&lt;P&gt;No, trying to extract directly via the Http REST API. Not to worry I probably just need to limit the scope of my search to lower time intervals - say 1 hour at time.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2011 15:28:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-event-count-limited-from-REST-API-but-not-UI-search/m-p/42083#M9799</guid>
      <dc:creator>tabchb</dc:creator>
      <dc:date>2011-02-11T15:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Search event count limited from REST API but not UI search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-event-count-limited-from-REST-API-but-not-UI-search/m-p/42084#M9800</link>
      <description>&lt;P&gt;The search should definitely not be stopping.  You could check search.log in the job's dispatch directory to see if there's message indicating why the job stopped.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Feb 2011 02:11:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-event-count-limited-from-REST-API-but-not-UI-search/m-p/42084#M9800</guid>
      <dc:creator>steveyz</dc:creator>
      <dc:date>2011-02-12T02:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Search event count limited from REST API but not UI search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-event-count-limited-from-REST-API-but-not-UI-search/m-p/42085#M9801</link>
      <description>&lt;P&gt;Events are different from results. I was also hitting a similar limit of 500,000 events in my REST API. Try appending | table * to your search and check the number of events you are getting.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jul 2015 23:35:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-event-count-limited-from-REST-API-but-not-UI-search/m-p/42085#M9801</guid>
      <dc:creator>karan1337</dc:creator>
      <dc:date>2015-07-05T23:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Search event count limited from REST API but not UI search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-event-count-limited-from-REST-API-but-not-UI-search/m-p/42086#M9802</link>
      <description>&lt;P&gt;THIS WORKED FOR ME - thanks so much karan1337 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 19:14:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-event-count-limited-from-REST-API-but-not-UI-search/m-p/42086#M9802</guid>
      <dc:creator>santos_solorzan</dc:creator>
      <dc:date>2016-07-26T19:14:48Z</dc:date>
    </item>
  </channel>
</rss>

