<?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 Max data points that charts can handle? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104535#M27090</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am looking for the chart property to control the max number of data points that a chart can handle.&lt;BR /&gt;
There are some posts in Answers related to this topic but I still can not find the configuration parameter for this.&lt;/P&gt;

&lt;P&gt;I would appreciate if anyone could point me to the information about this.&lt;/P&gt;

&lt;P&gt;Thank you all in advance.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jan 2013 06:09:59 GMT</pubDate>
    <dc:creator>melonman</dc:creator>
    <dc:date>2013-01-30T06:09:59Z</dc:date>
    <item>
      <title>Max data points that charts can handle?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104535#M27090</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am looking for the chart property to control the max number of data points that a chart can handle.&lt;BR /&gt;
There are some posts in Answers related to this topic but I still can not find the configuration parameter for this.&lt;/P&gt;

&lt;P&gt;I would appreciate if anyone could point me to the information about this.&lt;/P&gt;

&lt;P&gt;Thank you all in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2013 06:09:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104535#M27090</guid>
      <dc:creator>melonman</dc:creator>
      <dc:date>2013-01-30T06:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Max data points that charts can handle?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104536#M27091</link>
      <description>&lt;P&gt;see  &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.1/Viz/CustomChartingConfig-JSChart#Search_result_truncation"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.1/Viz/CustomChartingConfig-JSChart#Search_result_truncation&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Object rendering limits by charting library. Both charting libraries have rendering limits if the total number of objects plotted in the chart exceeds a certain number. If you run into this limit you'll want to change either the search string or search time range so that the results returned fall under the limit.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;For the &lt;STRONG&gt;FlashChart library&lt;/STRONG&gt;, the rendering limit in all cases is 2000 objects. If you hit this limit, the chart stops rendering.&lt;/LI&gt;
&lt;LI&gt;The &lt;STRONG&gt;JSChart library&lt;/STRONG&gt; has a 2000 object limit for line and area charts, a 1200 object limit for bar, column, and scatter charts, and a 1000 object limit for charts displayed with Internet Explorer 8 or an earlier release of IE. If you hit the limit with a chart that uses JSChart, Splunk provides an error message&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Note: You can override the truncation limit for charts rendered with JSChart by changing the value of the charting.chart.resultTruncationLimit property on a per-chart basis. Note that this property is only available for panels rendered with JSChart. Also, be aware that increasing this truncation limit can have a negative effect on dashboard performance.&lt;/P&gt;

&lt;P&gt;You can't change the FlashChart truncation limit of 2000 objects&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2013 07:29:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104536#M27091</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2013-01-30T07:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Max data points that charts can handle?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104537#M27092</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2013 08:42:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104537#M27092</guid>
      <dc:creator>melonman</dc:creator>
      <dc:date>2013-01-30T08:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Max data points that charts can handle?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104538#M27093</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;To expand on yannK's answer excellent, there appears to be 2 config items in JSChart that would affect this, and they both live in $SPLUNK/share/splunk/search_mrsparkle/modules/results/flash/JSChart.conf.&lt;/P&gt;

&lt;P&gt;1) [param:maxResultCount]&lt;BR /&gt;
required = False&lt;BR /&gt;
default = 500&lt;/P&gt;

&lt;P&gt;I changed this to:&lt;/P&gt;

&lt;P&gt;default = 5000&lt;/P&gt;

&lt;P&gt;to allow jschart to pull in more data points per series.&lt;/P&gt;

&lt;P&gt;2) [param:resultTruncationLimit]&lt;BR /&gt;
required = False&lt;BR /&gt;
default = 0&lt;/P&gt;

&lt;P&gt;change this to something other than 0, so that for EVERY JSChart that gets rendered, it gets the benefit of the higher limit, instead of having to put that xml setting change in for every panel.&lt;/P&gt;

&lt;P&gt;I set default = 20000 and at least with Google Chrome as the browser, it has no problems.&lt;/P&gt;

&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2013 17:25:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104538#M27093</guid>
      <dc:creator>davidpaper</dc:creator>
      <dc:date>2013-04-18T17:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Max data points that charts can handle?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104539#M27094</link>
      <description>&lt;P&gt;Nice one. Do note, however, that this customization is not upgrade-resilient and will need to be re-applied every time Splunk is upgraded.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2013 21:37:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104539#M27094</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2013-04-18T21:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Max data points that charts can handle?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104540#M27095</link>
      <description>&lt;P&gt;Can i change this config specific to one app?&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2014 14:06:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104540#M27095</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-05-14T14:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Max data points that charts can handle?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104541#M27096</link>
      <description>&lt;P&gt;No. This is a server-wide config, and can't be set per app.&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2014 14:14:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104541#M27096</guid>
      <dc:creator>davidpaper</dc:creator>
      <dc:date>2014-05-14T14:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Max data points that charts can handle?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104542#M27097</link>
      <description>&lt;P&gt;Now I am using this to plot timechart count span=1s for 1hour data.&lt;BR /&gt;
This is for per-chart config in simple XML.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="charting.data.count"&amp;gt;4000&amp;lt;/option&amp;gt;
&amp;lt;option name="charting.chart.resultTruncationLimit"&amp;gt;3000&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 May 2014 04:27:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104542#M27097</guid>
      <dc:creator>melonman</dc:creator>
      <dc:date>2014-05-27T04:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Max data points that charts can handle?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104543#M27098</link>
      <description>&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.1/Viz/ChartConfigurationReference"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.1/Viz/ChartConfigurationReference&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;charting.data.count&lt;/P&gt;

&lt;P&gt;The number of results to retrieve. Set to 0 to get all results.&lt;/P&gt;

&lt;P&gt;charting.chart.resultTruncationLimit&lt;/P&gt;

&lt;P&gt;Override default rendering limits for the total number of objects plotted in a chart. These apply to cartesian (dual axis) charts.&lt;/P&gt;

&lt;P&gt;column: 1200&lt;BR /&gt;
bar: 1200&lt;BR /&gt;
line: 2000&lt;BR /&gt;
area: 2000&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2014 04:33:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104543#M27098</guid>
      <dc:creator>melonman</dc:creator>
      <dc:date>2014-05-27T04:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Max data points that charts can handle?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104544#M27099</link>
      <description>&lt;P&gt;For me, charting.chart.resultTruncationLimit works with splunk 6.3.3 and does NOT work with 6.3.0. &lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 13:21:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104544#M27099</guid>
      <dc:creator>akazarov</dc:creator>
      <dc:date>2016-05-19T13:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Max data points that charts can handle?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104545#M27100</link>
      <description>&lt;P&gt;For me these 2 settings has no effect. What is important is to have NofBins * NofSeries &amp;lt; charting.chart.resultTruncationLimit in the chart.&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 13:51:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Max-data-points-that-charts-can-handle/m-p/104545#M27100</guid>
      <dc:creator>akazarov</dc:creator>
      <dc:date>2016-05-19T13:51:32Z</dc:date>
    </item>
  </channel>
</rss>

