<?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 generated too much data... in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-generated-too-much-data/m-p/33806#M7211</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I  6.x and above, you can alter the max number of data points in a series for a timechart in a dashboard and stay w/in the HTML5 realm and not need to invoke Flash.&lt;/P&gt;

&lt;P&gt;&amp;lt; option name="charting.data.count" &amp;gt;9999 &amp;lt;/ option &amp;gt; &lt;/P&gt;

&lt;P&gt;to get around the 1000 point limitation in timechart.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Sep 2016 15:26:02 GMT</pubDate>
    <dc:creator>davidpaper</dc:creator>
    <dc:date>2016-09-29T15:26:02Z</dc:date>
    <item>
      <title>Search generated too much data...</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-generated-too-much-data/m-p/33803#M7208</link>
      <description>&lt;P&gt;Has anyone run into this message?&lt;/P&gt;

&lt;P&gt;"Search generated too much data for the current display configuration, results have been truncated"&lt;/P&gt;

&lt;P&gt;The search is for collecting and grouping latency times (spent). &lt;/P&gt;

&lt;P&gt;source="/opt/splunk/var/log/splunk/web_access.log"&lt;BR /&gt;&lt;BR /&gt;
| eval dum=case(spent==0, spent) &lt;BR /&gt;
| eval 0-99(ms)=case(spent&amp;gt;=0 AND spent&amp;lt;=99, spent) &lt;BR /&gt;
| eval 100-199(ms)=case(spent&amp;gt;=100 AND spent&amp;lt;=199, spent) &lt;BR /&gt;
| eval 200-299(ms)=case(spent&amp;gt;=200 AND spent&amp;lt;=299, spent) &lt;BR /&gt;
| eval 300-399(ms)=case(spent&amp;gt;=300 AND spent&amp;lt;=399, spent) &lt;BR /&gt;
| eval 400-499(ms)=case(spent&amp;gt;=400 AND spent&amp;lt;=499, spent) &lt;BR /&gt;
| eval over500(ms)=case(spent&amp;gt;=500, spent) &lt;BR /&gt;
|  table spent 0-99(ms) 100-199(ms) 200-299(ms) 300-399(ms) 400-499(ms) over500(ms)&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2012 22:51:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-generated-too-much-data/m-p/33803#M7208</guid>
      <dc:creator>terryloar</dc:creator>
      <dc:date>2012-04-23T22:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Search generated too much data...</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-generated-too-much-data/m-p/33804#M7209</link>
      <description>&lt;P&gt;For simple XML, in 5.0.3.1 and above, you can set the config as below in $SPLUNK_HOME/etc/system/local/web.conf &lt;BR /&gt;
[settings] &lt;BR /&gt;
simple_xml_force_flash_charting = true &lt;/P&gt;

&lt;P&gt;For Advanced XML,  change&lt;BR /&gt;
&lt;MODULE name="JSChart"&gt;&lt;BR /&gt;
layoutPanel="graphArea"&amp;gt; in &lt;BR /&gt;
etc/apps/search/default/data/ui/views/charting.xml to &lt;BR /&gt;
FlashChart. &lt;/MODULE&gt;&lt;/P&gt;

&lt;P&gt;Hope This Helps!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:31:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-generated-too-much-data/m-p/33804#M7209</guid>
      <dc:creator>uuppuluri_splun</dc:creator>
      <dc:date>2020-09-28T15:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Search generated too much data...</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-generated-too-much-data/m-p/33805#M7210</link>
      <description>&lt;P&gt;Have you opened a support ticket with Splunk, we are trying to get them to remove these limits and more customers will help drive this.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 15:09:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-generated-too-much-data/m-p/33805#M7210</guid>
      <dc:creator>kbecker</dc:creator>
      <dc:date>2016-09-29T15:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Search generated too much data...</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-generated-too-much-data/m-p/33806#M7211</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I  6.x and above, you can alter the max number of data points in a series for a timechart in a dashboard and stay w/in the HTML5 realm and not need to invoke Flash.&lt;/P&gt;

&lt;P&gt;&amp;lt; option name="charting.data.count" &amp;gt;9999 &amp;lt;/ option &amp;gt; &lt;/P&gt;

&lt;P&gt;to get around the 1000 point limitation in timechart.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 15:26:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-generated-too-much-data/m-p/33806#M7211</guid>
      <dc:creator>davidpaper</dc:creator>
      <dc:date>2016-09-29T15:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Search generated too much data...</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-generated-too-much-data/m-p/33807#M7212</link>
      <description>&lt;P&gt;This does increase the value but there is still an upper limit that is hard coded&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 15:31:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-generated-too-much-data/m-p/33807#M7212</guid>
      <dc:creator>kbecker</dc:creator>
      <dc:date>2016-09-29T15:31:15Z</dc:date>
    </item>
  </channel>
</rss>

