<?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: Is there a truncation limit when running a search using splunk.search.dispatch? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-truncation-limit-when-running-a-search-using-splunk/m-p/195748#M56431</link>
    <description>&lt;P&gt;The REST API has limitation in sending the search results...&lt;/P&gt;

&lt;P&gt;Refer these links for more details and sample implementation&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/52782/100-result-limit-in-js-sdk.html"&gt;http://answers.splunk.com/answers/52782/100-result-limit-in-js-sdk.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://dev.splunk.com/view/python-sdk/SP-CAAAEK2"&gt;http://dev.splunk.com/view/python-sdk/SP-CAAAEK2&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://dev.splunk.com/view/python-sdk/SP-CAAAER5"&gt;http://dev.splunk.com/view/python-sdk/SP-CAAAER5&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://dev.splunk.com/view/python-sdk/SP-CAAAEE5"&gt;http://dev.splunk.com/view/python-sdk/SP-CAAAEE5&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jan 2015 12:58:32 GMT</pubDate>
    <dc:creator>strive</dc:creator>
    <dc:date>2015-01-20T12:58:32Z</dc:date>
    <item>
      <title>Is there a truncation limit when running a search using splunk.search.dispatch?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-truncation-limit-when-running-a-search-using-splunk/m-p/195747#M56430</link>
      <description>&lt;P&gt;Hi in our application we run searches in the following ways. And we suspect some discrepancy when using &lt;CODE&gt;splunk.search.dispatch&lt;/CODE&gt;&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Enter the query in the search page and run it. Here the search query runs fully and returns more than 50,000 events.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Run Scheduled Saved Searches using savedsearches.conf which collects data into another index. Here also the query runs fully and inserts all events into the index.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Running search in python using &lt;CODE&gt;splunk.saved.dispatchSavedSearch&lt;/CODE&gt; The query runs fine and the events are collected to index without gettting truncated.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Running search in python using &lt;CODE&gt;splunk.search.dispatch&lt;/CODE&gt; and save the results csv as string. Here when the results are more than 50,000 or something it &lt;STRONG&gt;gets truncated&lt;/STRONG&gt;. I am not sure about the count though but definitely there is some discrepancy in the search results.&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;What can go wrong with &lt;CODE&gt;splunk.search.dispatch&lt;/CODE&gt; ? &lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2015 17:50:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-truncation-limit-when-running-a-search-using-splunk/m-p/195747#M56430</guid>
      <dc:creator>immortalraghava</dc:creator>
      <dc:date>2015-01-19T17:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a truncation limit when running a search using splunk.search.dispatch?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-truncation-limit-when-running-a-search-using-splunk/m-p/195748#M56431</link>
      <description>&lt;P&gt;The REST API has limitation in sending the search results...&lt;/P&gt;

&lt;P&gt;Refer these links for more details and sample implementation&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/52782/100-result-limit-in-js-sdk.html"&gt;http://answers.splunk.com/answers/52782/100-result-limit-in-js-sdk.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://dev.splunk.com/view/python-sdk/SP-CAAAEK2"&gt;http://dev.splunk.com/view/python-sdk/SP-CAAAEK2&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://dev.splunk.com/view/python-sdk/SP-CAAAER5"&gt;http://dev.splunk.com/view/python-sdk/SP-CAAAER5&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://dev.splunk.com/view/python-sdk/SP-CAAAEE5"&gt;http://dev.splunk.com/view/python-sdk/SP-CAAAEE5&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2015 12:58:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-truncation-limit-when-running-a-search-using-splunk/m-p/195748#M56431</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2015-01-20T12:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a truncation limit when running a search using splunk.search.dispatch?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-truncation-limit-when-running-a-search-using-splunk/m-p/195749#M56432</link>
      <description>&lt;P&gt;One more&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/25431/inconsistency-between-splunk-api-vs-gui-search-results.html"&gt;http://answers.splunk.com/answers/25431/inconsistency-between-splunk-api-vs-gui-search-results.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2015 12:59:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-truncation-limit-when-running-a-search-using-splunk/m-p/195749#M56432</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2015-01-20T12:59:33Z</dc:date>
    </item>
  </channel>
</rss>

